forked from forgejo/forgejo
Prevent sending emails and notifications to inactive users (#2384)
* Filter inactive users before sending emails or creating browser notifications Signed-off-by: David Schneiderbauer <dschneiderbauer@gmail.com> * fix formatting issues Signed-off-by: David Schneiderbauer <dschneiderbauer@gmail.com> * included requested changes Signed-off-by: David Schneiderbauer <dschneiderbauer@gmail.com> * optimized database queries * rebasing new master and add tablenames for clarification in xorm queries * remove escaped quotationmarks using backticks Signed-off-by: David Schneiderbauer <dschneiderbauer@gmail.com>
This commit is contained in:
parent
b496e3e1cc
commit
d766d0c4e0
13 changed files with 89 additions and 25 deletions
|
@ -9,7 +9,7 @@
|
|||
num_pulls: 2
|
||||
num_closed_pulls: 0
|
||||
num_milestones: 2
|
||||
num_watches: 2
|
||||
num_watches: 3
|
||||
|
||||
-
|
||||
id: 2
|
||||
|
|
|
@ -7,3 +7,8 @@
|
|||
id: 2
|
||||
user_id: 4
|
||||
repo_id: 1
|
||||
|
||||
-
|
||||
id: 3
|
||||
user_id: 10
|
||||
repo_id: 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue