Skip to content
Snippets Groups Projects
Commit 5412c7f2 authored by Taras's avatar Taras
Browse files

Change parentAccountDataKey for shared circles space

parent 9e05cc84
No related branches found
No related tags found
No related merge requests found
......@@ -53,7 +53,7 @@ data class CirclesSpace(
data class SharedCirclesSpace(
override val nameId: Int? = R.string.shared_circles,
override val parentAccountDataKey: String? = CIRCLES_SPACE_ACCOUNT_DATA_KEY,
override val parentAccountDataKey: String? = ROOT_SPACE_ACCOUNT_DATA_KEY,
override val type: String? = RoomType.SPACE,
override val joinRules: RoomJoinRules? = RoomJoinRules.KNOCK,
override val accountDataKey: String? = PROFILE_SPACE_ACCOUNT_DATA_KEY
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment