mirror of
https://github.com/pcvolkmer/arsnova-client.git
synced 2025-07-01 14:32:54 +00:00
feat: show disabled room or feedback in example
This commit is contained in:
@ -199,7 +199,7 @@ pub struct RoomInfo {
|
||||
|
||||
impl RoomInfo {
|
||||
/// Indicates if room is closed
|
||||
pub fn is_closes(&self) -> bool {
|
||||
pub fn is_closed(&self) -> bool {
|
||||
self.closed
|
||||
}
|
||||
|
||||
@ -212,7 +212,7 @@ impl RoomInfo {
|
||||
#[derive(Deserialize, Debug)]
|
||||
#[serde(rename_all = "camelCase")]
|
||||
pub struct RoomInfoSettings {
|
||||
pub feedback_locked: bool
|
||||
pub feedback_locked: bool,
|
||||
}
|
||||
|
||||
#[derive(Deserialize, Clone, Debug)]
|
||||
|
Reference in New Issue
Block a user