forked from jmug/stoatchat
Add last_message to channels, mark DMs as active.
This commit is contained in:
@@ -101,7 +101,7 @@ pub async fn req(user: User, target: Ref) -> Result<()> {
|
||||
id.clone(),
|
||||
format!("<@{}> left the group.", user.id),
|
||||
)
|
||||
.publish()
|
||||
.publish(&target)
|
||||
.await
|
||||
.ok();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user