Fix mis-identification of legacy tags for mentions
This commit is contained in:
+1
-1
@@ -183,7 +183,7 @@ export class Tags extends Fluent<string[]> {
|
||||
const tags = this.type(["a", "e"])
|
||||
|
||||
// If we have a mark, we're not using the legacy format
|
||||
if (tags.any(t => t.length === 4 && ["reply", "root"].includes(last(t)))) {
|
||||
if (tags.any(t => t.length === 4 && ["reply", "root", "mention"].includes(last(t)))) {
|
||||
return this
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user