Making sure posts have content to appear in the feed.
This commit is contained in:
@@ -94,8 +94,8 @@ class HomeNewThreadFeedFilter(
|
|||||||
noteEvent is ClassifiedsEvent ||
|
noteEvent is ClassifiedsEvent ||
|
||||||
noteEvent is RepostEvent ||
|
noteEvent is RepostEvent ||
|
||||||
noteEvent is GenericRepostEvent ||
|
noteEvent is GenericRepostEvent ||
|
||||||
noteEvent is LongTextNoteEvent ||
|
(noteEvent is LongTextNoteEvent && noteEvent.content.isNotEmpty()) ||
|
||||||
noteEvent is WikiNoteEvent ||
|
(noteEvent is WikiNoteEvent && noteEvent.content.isNotEmpty()) ||
|
||||||
noteEvent is PollNoteEvent ||
|
noteEvent is PollNoteEvent ||
|
||||||
noteEvent is HighlightEvent ||
|
noteEvent is HighlightEvent ||
|
||||||
noteEvent is AudioTrackEvent ||
|
noteEvent is AudioTrackEvent ||
|
||||||
|
|||||||
Reference in New Issue
Block a user