chore: Follow up threads
This commit is contained in:
parent
36e875aede
commit
39bdc34eb9
3 changed files with 32 additions and 16 deletions
|
|
@ -9,7 +9,8 @@ extension VisibleInGuiExtension on List<Event> {
|
|||
}) =>
|
||||
where(
|
||||
(event) {
|
||||
if (threadId != null) {
|
||||
if (threadId != null &&
|
||||
event.relationshipType != RelationshipTypes.reaction) {
|
||||
if ((event.relationshipType != RelationshipTypes.thread ||
|
||||
event.relationshipEventId != threadId) &&
|
||||
event.eventId != threadId) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue