mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-02-26 08:31:22 +01:00
Merge branch 'master' into develop
This commit is contained in:
@@ -309,7 +309,6 @@ inbox.announce = async (req) => {
|
||||
}
|
||||
|
||||
({ tid } = assertion);
|
||||
await topics.updateLastPostTime(tid, timestamp);
|
||||
await activitypub.notes.updateLocalRecipients(pid, { to, cc });
|
||||
await activitypub.notes.syncUserInboxes(tid);
|
||||
}
|
||||
|
||||
@@ -8,9 +8,8 @@ const navAdmin = require('../src/navigation/admin');
|
||||
|
||||
describe('Navigation', () => {
|
||||
before(async () => {
|
||||
const navigation = require('../src/navigation/admin');
|
||||
const data = require('../install/data/navigation.json');
|
||||
await navigation.save(data);
|
||||
await navAdmin.save(data);
|
||||
});
|
||||
|
||||
it('should toggle /world route when ap is toggled', async () => {
|
||||
|
||||
Reference in New Issue
Block a user