mirror of
https://github.com/youwen5/iamb.git
synced 2025-06-20 05:39:52 -07:00
Support displaying and editing room tags (#15)
This commit is contained in:
parent
4f2261e66f
commit
a6888bbc93
8 changed files with 443 additions and 109 deletions
|
@ -141,6 +141,7 @@ pub fn mock_room() -> RoomInfo {
|
|||
|
||||
keys: mock_keys(),
|
||||
messages: mock_messages(),
|
||||
tags: None,
|
||||
|
||||
fetch_id: RoomFetchStatus::NotStarted,
|
||||
fetch_last: None,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue