mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-12-29 20:00:33 +01:00
* fix: removed duplicate checkContent call in addMessage addMessage is called in one place (sendMessage), and the checks are already contained there. addMessage is the lower level call and so should be called only from within core itself. * feat: #7330 chat system messages for join, leave, rename * fix: add back content checking in .addMessage(); * fix: tests, and added .addSystemMessage() method Tests were relying on message indices that changed due to the new system messages. * feat: add tests for system chat messages * refactor: rewrite half of src/messaging/rooms.js, fix tests * feat: #7743 messaging/room.js * fix: tests for messaging/room.js, #7743 * fix: trying to fix tests * fix: omg :rage2:
Important note about localising NodeBB
The files here are read-only and overwritten daily (if there are changes) by the helper bot Misty.
Our localisation efforts are handled via our Transifex Project, and any pull requests made to this directory will be automatically closed because localisations can go out-of-sync when edited directly.
If there are non-localised strings and you cannot find them in Transifex, please open a new issue on our bug tracker so we can take a look.
Thank you for helping localise NodeBB!