Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Neil Alexander
element-android
Commits
bea67bd7
Commit
bea67bd7
authored
May 10, 2021
by
François Ganard
Browse files
Join rules: fix migration
parent
d760d6c2
Changes
1
Hide whitespace changes
Inline
Side-by-side
matrix-sdk-android/src/main/java/org/matrix/android/sdk/internal/database/RealmSessionStoreMigration.kt
View file @
bea67bd7
...
...
@@ -267,7 +267,7 @@ class RealmSessionStoreMigration @Inject constructor() : RealmMigration {
joinRulesContentAdapter
.
fromJson
(
it
)
?.
joinRules
}
obj
.
setString
(
RoomSummaryEntityFields
.
JOIN_RULES_STR
,
roomJoinRules
?.
valu
e
)
obj
.
setString
(
RoomSummaryEntityFields
.
JOIN_RULES_STR
,
roomJoinRules
?.
nam
e
)
}
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment