diff --git a/src/util/Tags.ts b/src/util/Tags.ts index bad513c..e4aef88 100644 --- a/src/util/Tags.ts +++ b/src/util/Tags.ts @@ -70,7 +70,7 @@ export class Tags extends (Fluent as OmitStatics, 'from' topics = () => this.whereKey("t").values().map((t: string) => t.replace(/^#/, "")) ancestors = () => { - const tags = this.filter(t => ["a", "e"].includes(t.key()) && !isContextAddress(t.value())) + const tags = this.filter(t => ["a", "e", "q"].includes(t.key()) && !isContextAddress(t.value())) const roots: string[][] = [] const replies: string[][] = [] const mentions: string[][] = []