Release build (patch) of NodeBB @ 2023-09-12T13:38:33.894Z
v3.4.2 (2023-09-12)
Bug Fixes
- deps: bump 2factor (6bc2b6c)
- move database call used to associate a NodeBB session UUID to its express session id into user.auth.addSession, which is the only time it is called (e1bced8)
- toMid to posts you cant see (53106c0)
- closes #11982, fix element in prepEdit (e4ecb96)
- prep edit so textarea isn't below text input (f2c4041)
Refactors
- reduce socket.emits for typing (aebd927)