mirror of
https://github.com/ItsVipra/ProToots
synced 2024-11-21 19:13:03 +00:00
only add specific status- classes to processing
(status-public, status-unlisted, etc.) adding generic status class causes double proplates on Mastodon v4.3 in some cases
This commit is contained in:
parent
f2ebb949f9
commit
88922716d9
1 changed files with 4 additions and 1 deletions
|
@ -89,7 +89,10 @@ function main() {
|
|||
hasClasses(
|
||||
n,
|
||||
"detailed-status",
|
||||
"status",
|
||||
"status-public",
|
||||
"status-unlisted",
|
||||
"status-private",
|
||||
"status-direct",
|
||||
"conversation",
|
||||
"account-authorize",
|
||||
"notification",
|
||||
|
|
Loading…
Reference in a new issue