diff options
| author | Rory& <root@rory.gay> | 2026-05-21 16:25:52 +0200 |
|---|---|---|
| committer | Rory& <root@rory.gay> | 2026-05-26 07:48:10 +0200 |
| commit | 558dc944898c50721eadd0bf63086687ee5641e5 (patch) | |
| tree | 88dc088039b1152bb0eead0d26c520b01e5b6952 | |
| parent | Move message mention handling to separate function (diff) | |
| download | server-ts-558dc944898c50721eadd0bf63086687ee5641e5.tar.xz | |
User mentions: use `user_id IN (...)` rather than `user_id = ... OR user_id = ...`
| -rw-r--r-- | src/api/util/handlers/Message.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/api/util/handlers/Message.ts b/src/api/util/handlers/Message.ts |
