Implement channel changes for messages

This commit is contained in:
Mikayla 2023-10-01 22:21:27 -07:00
parent 51cf6a5ff3
commit 1d5b665f13
No known key found for this signature in database
12 changed files with 212 additions and 28 deletions

View file

@ -120,7 +120,7 @@ async fn test_channel_message_new_notification(db: &Arc<Database>) {
.await
.unwrap();
let (second_message, _) = db
let (second_message, _, _) = db
.create_channel_message(channel, user_a, "2", OffsetDateTime::now_utc(), 2)
.await
.unwrap();