Join rules: fix migration

This commit is contained in:
ganfra 2021-05-10 19:03:34 +02:00
parent d760d6c25b
commit bea67bd7fd
1 changed files with 1 additions and 1 deletions

View File

@ -267,7 +267,7 @@ class RealmSessionStoreMigration @Inject constructor() : RealmMigration {
joinRulesContentAdapter.fromJson(it)?.joinRules joinRulesContentAdapter.fromJson(it)?.joinRules
} }
obj.setString(RoomSummaryEntityFields.JOIN_RULES_STR, roomJoinRules?.value) obj.setString(RoomSummaryEntityFields.JOIN_RULES_STR, roomJoinRules?.name)
} }
} }
} }