This commit is contained in:
Benoit Marty 2022-04-15 10:18:30 +02:00
parent e58677a104
commit b6f345aec2
1 changed files with 2 additions and 1 deletions

View File

@ -31,7 +31,8 @@ data class TimelineSettings(
/**
* The root thread eventId if this is a thread timeline, or null if this is NOT a thread timeline
*/
val rootThreadEventId: String? = null) {
val rootThreadEventId: String? = null,
) {
/**
* Returns true if this is a thread timeline or false otherwise