Skip to content

v3.4.2

Compare
Choose a tag to compare
@nodebb-misty nodebb-misty released this 12 Sep 13:38
· 1148 commits to master since this release

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)
Tests