RoomDataSource: Fix refactoring.

This commit is contained in:
SBiOSoftWhare
2020-01-23 16:39:33 +01:00
parent 2b6ae69a4c
commit 124cdb2691
@@ -239,7 +239,7 @@
// If user belongs to the room refresh the trust level
if (roomMember)
{
[self.room trustLevelSummaryWithSuccess:^(MXUsersTrustLevelSummary *usersTrustLevelSummary) {
[self.room membersTrustLevelSummaryWithSuccess:^(MXUsersTrustLevelSummary *usersTrustLevelSummary) {
RoomEncryptionTrustLevel roomEncryptionTrustLevel;