Files
snek/src
retoor 75e658d310 feat: add unique uid index to channel_message and remove time-limit check in RPC message update
Add a unique index on the `uid` field in the `channel_message` collection to enforce document uniqueness at the database level. In the RPC message update handler, remove the 8-second time-limit check and instead validate that the message is not marked as final or deleted before allowing edits.
2025-06-25 19:23:31 +00:00
..