this post was submitted on 03 Sep 2025
2 points (100.0% liked)

NodeBB Development

0 readers
2 users here now

Stay tuned here to hear more about new releases and features of NodeBB!


This is a forum category containing topical discussion. You can start new discussions by mentioning this category.

founded 7 months ago
 

Today we released v4.5.0 of NodeBB, which contains a multitude of fixes, refactors, and several new AP-related features.

Dependency Updates :gear:

  • connect-multiparty was replaced with multer for multi-part request body handling
  • ioredis was replaced with node-redis as the former was deprecated with the latter being the recommended replacement

Chat and notification updates :left_speech_bubble:

  • Administrators are now able to toggle the chat join and leave messages in chat rooms
  • Clicking "mark all read" on the notification page now marks only those matching the filter, read

Analytics updates :chart:

  • Page requests from ActivityPub now correctly increment the unique visitors metric

ActivityPub :globe_with_meridians:

  • Top-level posts (OP) federating out now contain a summary of roughly the first 500 characters, instead of sending the entire post content
  • Two-way Relay support (Litepub-style)
  • Auto-categorization logic for incoming post content from remote sources
  • Ability to add remote categories to the forum index
top 5 comments
sorted by: hot top controversial new old
[–] baris@community.nodebb.org 1 points 1 week ago

sweetp install nodebb-plugin-dbsearch@6.3.2 and run ./nodebb upgrade again, the issue should be resolved.

[–] baris@community.nodebb.org 1 points 1 week ago

sweetp I can reproduce it so I will take a look.

[–] twissell@community.nodebb.org 0 points 1 week ago (1 children)

E-Mail notifications about new chat message doesn't work after upgrading to 4.5.0 . DB MongoDB version v7.0.23Firefox_Screenshot_2025-09-04T11-33-53.040Z.png

Notifications is enabled, but not function properly after the upgrade. Other notifications work fine, so far, so good...

[–] twissell@community.nodebb.org 0 points 1 week ago (1 children)

Ah, it was partly my bad, nevertheless chat notification seems to be slowed down a bit. As if a queue or polling has been implemented, with a delay of 2-3 minutes. Is queue implemented for this kind of messages for now ?

[–] julian@community.nodebb.org 1 points 1 week ago

Twissell hmm, chat notifications have always been delayed by a minute or so. Maybe less.

It is done so that subsequent messages sent within the same rough time frame can be batched together.

This is less of an issue with notifications on site, but can be an issue when you are emailed for every single chat message.