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 ?

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
kintali's avatar
141
kintali
asked 12 years ago, updated 12 years ago

Comments

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...

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
Evgeny's avatar
13.2k
Evgeny
answered 12 years ago
link

Comments

see more comments