Rename NewNotification proto message to AddNotification

This commit is contained in:
Max Brunsfeld 2023-10-19 13:29:14 -07:00
parent 33f06d3104
commit 851d7d0bc4
5 changed files with 8 additions and 5 deletions

View file

@ -242,6 +242,9 @@ impl ChannelChat {
})
}
/// Load all of the chat messages since a certain message id.
///
/// For now, we always maintain a suffix of the channel's messages.
pub async fn load_history_since_message(
chat: ModelHandle<Self>,
message_id: u64,