mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-23 01:52:44 +02:00
MXSession+Riot: Use vc prefix as other extensions.
This commit is contained in:
@@ -576,7 +576,7 @@
|
||||
// Considering all the current sessions.
|
||||
for (MXSession *session in mxSessionArray)
|
||||
{
|
||||
roomCount += [session riot_missedDiscussionsCount];
|
||||
roomCount += [session vc_missedDiscussionsCount];
|
||||
}
|
||||
|
||||
return roomCount;
|
||||
|
||||
Reference in New Issue
Block a user