Add support for setting a list's "exclusivity" option (#3932)
Fixes #3831
This commit is contained in:
parent
6766509977
commit
846289b8cc
55 changed files with 101 additions and 109 deletions
|
|
@ -22,5 +22,6 @@ package com.keylesspalace.tusky.entity
|
|||
|
||||
data class MastoList(
|
||||
val id: String,
|
||||
val title: String
|
||||
val title: String,
|
||||
val exclusive: Boolean?
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue