mirror of
https://github.com/memohai/Memoh.git
synced 2026-04-25 07:00:48 +09:00
c172699466
The WebSocket handler rejected messages with empty text even when attachments were present, while the HTTP POST endpoint correctly used Message.IsEmpty(). Move the empty-check after attachment parsing so only truly empty messages are rejected.