mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-08-08 21:32:29 +02:00
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 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 ||
|
||||
|
Reference in New Issue
Block a user