mirror of
https://github.com/spacebarchat/server.git
synced 2026-03-31 00:45:41 +00:00
save channel
This commit is contained in:
@@ -114,6 +114,7 @@ export async function handleMessage(opts: MessageOptions): Promise<Message> {
|
||||
}
|
||||
if (!ephermal) {
|
||||
channel.last_message_id = message.id;
|
||||
channel.save();
|
||||
}
|
||||
|
||||
if (cloudAttachments && cloudAttachments.length > 0) {
|
||||
|
||||
Reference in New Issue
Block a user