mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-19 16:13:42 +02:00
Display threaded events as replies if threads disabled, fix #5266
This commit is contained in:
@@ -266,7 +266,7 @@ const CGFloat kTypingCellHeight = 24;
|
||||
}
|
||||
}
|
||||
}
|
||||
else
|
||||
else if (RiotSettings.shared.enableThreads)
|
||||
{
|
||||
// if not in a thread, ignore all threaded events
|
||||
if (event.threadId)
|
||||
|
||||
Reference in New Issue
Block a user