Making sure posts have content to appear in the feed.

This commit is contained in:
Vitor Pamplona 2024-07-08 13:33:16 -04:00
parent 63c5098558
commit af4dfbf965

View File

@ -94,8 +94,8 @@ class HomeNewThreadFeedFilter(
noteEvent is ClassifiedsEvent ||
noteEvent is RepostEvent ||
noteEvent is GenericRepostEvent ||
noteEvent is LongTextNoteEvent ||
noteEvent is WikiNoteEvent ||
(noteEvent is LongTextNoteEvent && noteEvent.content.isNotEmpty()) ||
(noteEvent is WikiNoteEvent && noteEvent.content.isNotEmpty()) ||
noteEvent is PollNoteEvent ||
noteEvent is HighlightEvent ||
noteEvent is AudioTrackEvent ||