mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 08:32:53 +02:00
Avoid redundant live timeline loading if thread relation exists
This commit is contained in:
@@ -96,6 +96,10 @@
|
||||
{
|
||||
continueBlock();
|
||||
}
|
||||
else if (result.result.unsignedData.relations.thread)
|
||||
{
|
||||
continueBlock();
|
||||
}
|
||||
else
|
||||
{
|
||||
[roomDataSource.room liveTimeline:^(id<MXEventTimeline> liveTimeline) {
|
||||
|
||||
Reference in New Issue
Block a user