mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-17 19:58:57 +03:00
Fixes lint error
This commit is contained in:
parent
b5fc0b502c
commit
9766b62539
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@ data class RoomSummary(
|
|||
*/
|
||||
val spaceChildren: List<SpaceChildInfo>? = null,
|
||||
/**
|
||||
* The name of the room's direct space parent if any
|
||||
* The name of the room's direct space parent if any.
|
||||
*/
|
||||
val directParentName: String? = null,
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue