mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-16 20:10:04 +03:00
Cleaning, line too long
This commit is contained in:
parent
e5de62b57c
commit
22319a0f0a
1 changed files with 2 additions and 1 deletions
|
@ -257,7 +257,8 @@ internal class RoomSummaryUpdater @Inject constructor(
|
|||
* clients could ignore such m.space.parent events unless either
|
||||
* (a) there is a corresponding m.space.child event in the claimed parent, or
|
||||
* (b) the sender of the m.space.child event has a sufficient power-level to send such an m.space.child event in the parent.
|
||||
* (It is not necessarily required that that user currently be a member of the parent room - only the m.room.power_levels event is inspected.)
|
||||
* (It is not necessarily required that that user currently be a member of the parent room -
|
||||
* only the m.room.power_levels event is inspected.)
|
||||
* [Checking the power-level rather than requiring an actual m.space.child event in the parent allows for "secret" rooms (see below).]
|
||||
*/
|
||||
RoomChildRelationInfo(realm, lookedUp.roomId).getParentDescriptions()
|
||||
|
|
Loading…
Add table
Reference in a new issue