quote_muted param
This commit is contained in:
parent
d2aaf2c2cf
commit
df04ebca4c
|
@ -950,7 +950,8 @@ function parse(obj, mix, acct_id, tlid, popup, mutefilter, type) {
|
||||||
if (!quoteUser) {
|
if (!quoteUser) {
|
||||||
quoteUser = toot.quote.account.acct
|
quoteUser = toot.quote.account.acct
|
||||||
}
|
}
|
||||||
poll =
|
if(toot.quote_muted) {
|
||||||
|
poll =
|
||||||
poll +
|
poll +
|
||||||
`<div class="quote-renote">
|
`<div class="quote-renote">
|
||||||
<div class="renote-icon">
|
<div class="renote-icon">
|
||||||
|
@ -974,6 +975,12 @@ function parse(obj, mix, acct_id, tlid, popup, mutefilter, type) {
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>`
|
</div>`
|
||||||
|
} else {
|
||||||
|
poll =
|
||||||
|
poll +
|
||||||
|
`<span class="gray sml">${lang.lang_parse_hidden}</span>`
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
//menuは何個?
|
//menuは何個?
|
||||||
var menuct = 2
|
var menuct = 2
|
||||||
|
|
|
@ -221,6 +221,7 @@
|
||||||
"lang_parse_nsfw": "sensitive media",
|
"lang_parse_nsfw": "sensitive media",
|
||||||
"lang_parse_html": "Show embed HTML",
|
"lang_parse_html": "Show embed HTML",
|
||||||
"lang_parse_notffilter": "Show this user's notifications",
|
"lang_parse_notffilter": "Show this user's notifications",
|
||||||
|
"lang_parse_hidden": "Unvisible quoted toot",
|
||||||
"lang_misskeyparse_renote": "Repost",
|
"lang_misskeyparse_renote": "Repost",
|
||||||
"lang_misskeyparse_renoteqt": "Renote",
|
"lang_misskeyparse_renoteqt": "Renote",
|
||||||
"lang_misskeyparse_reaction": "Reaction",
|
"lang_misskeyparse_reaction": "Reaction",
|
||||||
|
|
|
@ -221,6 +221,7 @@
|
||||||
"lang_parse_unknown": "添付ファイル",
|
"lang_parse_unknown": "添付ファイル",
|
||||||
"lang_parse_nsfw": "閲覧注意",
|
"lang_parse_nsfw": "閲覧注意",
|
||||||
"lang_parse_html": "埋め込みを表示",
|
"lang_parse_html": "埋め込みを表示",
|
||||||
|
"lang_parse_hidden": "ミュートされた引用トゥート",
|
||||||
"lang_parse_notffilter": "このユーザーの通知のみを表示",
|
"lang_parse_notffilter": "このユーザーの通知のみを表示",
|
||||||
"lang_misskeyparse_renote": "再投稿",
|
"lang_misskeyparse_renote": "再投稿",
|
||||||
"lang_misskeyparse_renoteqt": "引用",
|
"lang_misskeyparse_renoteqt": "引用",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user