First time here? Check out the FAQ!
0

Removing notifications for answers

Currently askbot shows notifications (along with a short text in the user's inbox) when somebody adds an answer to a question. In my use of askbot all answers are "private". So nobody should know if I add my private answer. So I want to disable this completely i.e., no notifications should be sent and no inboxes should be updated.

  • What is the most elegant way to disable these ?
kintali's avatar
141
kintali
asked 2012-06-12 15:38:04 -0500, updated 2012-06-12 15:39:32 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

This is where notifications are added https://github.com/ASKBOT/askbot-devel/blob/master/askbot/tasks.py#L170 (see the following line of code too).

Maybe you'll want to modify the function that returns the list of recipients...

Evgeny's avatar
13.2k
Evgeny
answered 2012-06-12 17:21:21 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments