ui: inform guests of restricted interfaces

This commit is contained in:
Evan Carroll 2026-01-19 00:38:37 -06:00
parent 1f922f8221
commit 39750c1d82
8 changed files with 137 additions and 49 deletions

View file

@ -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.