mirror of
https://github.com/Blah-IM/blahrs.git
synced 2025-07-01 03:55:33 +00:00
refactor(webapi): hoist RoomMetadata
to blah_types
and rename last_chat
to last_item
This commit is contained in:
parent
c0ec429c24
commit
74c6fa6f6a
5 changed files with 40 additions and 33 deletions
|
@ -233,7 +233,7 @@ async fn room_create_get(server: Server, ref mut rng: impl RngCore, #[case] publ
|
|||
} else {
|
||||
RoomAttrs::empty()
|
||||
},
|
||||
last_chat: None,
|
||||
last_item: None,
|
||||
last_seen_cid: None,
|
||||
unseen_cnt: None,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue