mirror of
https://github.com/wassname/talk.git
synced 2026-08-14 12:50:17 +08:00
Notification Digesting
This commit is contained in:
@@ -90,7 +90,13 @@ const hydrate = async (ctx, category, context) => {
|
||||
return [headline, replier, permalink];
|
||||
};
|
||||
|
||||
const handler = { handle, category: 'reply', event: 'commentAdded', hydrate };
|
||||
const handler = {
|
||||
handle,
|
||||
category: 'reply',
|
||||
event: 'commentAdded',
|
||||
hydrate,
|
||||
digestOrder: 30,
|
||||
};
|
||||
|
||||
module.exports = {
|
||||
typeDefs: `
|
||||
|
||||
Reference in New Issue
Block a user