Don't send note comment notifications to deleted users
This commit is contained in:
parent
a082baebd7
commit
c9fdd5d3cb
3 changed files with 26 additions and 8 deletions
18
test/fixtures/note_comments.yml
vendored
18
test/fixtures/note_comments.yml
vendored
|
@ -122,3 +122,21 @@ t14:
|
|||
created_at: 2007-02-01 00:00:00
|
||||
author_id: 4
|
||||
body: 'A comment description'
|
||||
|
||||
t15:
|
||||
id: 15
|
||||
note_id: 2
|
||||
visible: true
|
||||
event: opened
|
||||
created_at: 2007-01-01 00:00:00
|
||||
author_id: 10
|
||||
body: 'This is a note with from a suspended user'
|
||||
|
||||
t16:
|
||||
id: 16
|
||||
note_id: 2
|
||||
visible: true
|
||||
event: opened
|
||||
created_at: 2007-01-01 00:00:00
|
||||
author_id: 11
|
||||
body: 'This is a note with from a deleted user'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue