RoomDataSource: Fix refactoring.

This commit is contained in:
SBiOSoftWhare
2020-01-23 16:39:33 +01:00
parent a416e0a55d
commit 3be526927f
@@ -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;