Formatting

This commit is contained in:
ariskotsomitopoulos 2022-02-01 14:40:00 +02:00
parent 877c9bec97
commit ed992ddc72
1 changed files with 1 additions and 1 deletions

View File

@ -171,8 +171,8 @@ class MessageItemFactory @Inject constructor(
return noticeItemFactory.create(params)
}
// This is a thread event and we will [debug] display it when we are in the main timeline
if (lightweightSettingsStorage.areThreadMessagesEnabled() && !params.isFromThreadTimeline() && event.root.isThread()) {
// This is a thread event and we will [debug] display it when we are in the main timeline
return noticeItemFactory.create(params)
}