Implement channel changes for messages
This commit is contained in:
parent
51cf6a5ff3
commit
1d5b665f13
12 changed files with 212 additions and 28 deletions
|
@ -446,6 +446,7 @@ fn channel(id: u64, name: &'static str) -> Channel {
|
|||
id,
|
||||
name: name.to_string(),
|
||||
has_note_changed: false,
|
||||
has_new_messages: false,
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue