ui: inform guests of restricted interfaces
This commit is contained in:
parent
1f922f8221
commit
39750c1d82
8 changed files with 137 additions and 49 deletions
|
|
@ -1829,6 +1829,9 @@ pub struct ChannelMemberInfo {
|
|||
/// Current emotion slot (0-9)
|
||||
pub current_emotion: i16,
|
||||
pub joined_at: DateTime<Utc>,
|
||||
/// Whether this user is a guest (has the 'guest' tag)
|
||||
#[serde(default)]
|
||||
pub is_guest: bool,
|
||||
}
|
||||
|
||||
/// Request to update position in a channel.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue