summary refs log tree commit diff
diff options
context:
space:
mode:
authorMathMan05 <mathmanrm@gmail.com>2026-02-08 22:26:47 -0600
committerRory& <root@rory.gay>2026-02-11 10:06:44 +0100
commit9c848a50c709d2715e0eb9ad368f514b187f2261 (patch)
tree75f33ee23fea80b9a9c42b9508dc2baf8b9e6f79
parentAdd option to set S3 endpoint for S3-compatible stores (diff)
downloadserver-ts-9c848a50c709d2715e0eb9ad368f514b187f2261.tar.xz
save channel
-rw-r--r--src/api/util/handlers/Message.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/api/util/handlers/Message.ts b/src/api/util/handlers/Message.ts

index b5e237af..2ff56a7a 100644 --- a/src/api/util/handlers/Message.ts +++ b/src/api/util/handlers/Message.ts
@@ -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) {