Add "status" notification type
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
parent
8517bc18aa
commit
9423052e92
7 changed files with 92 additions and 6 deletions
|
|
@ -104,6 +104,7 @@ defmodule Pleroma.NotificationTest do
|
|||
{:ok, [notification]} = Notification.create_notifications(status)
|
||||
|
||||
assert notification.user_id == subscriber.id
|
||||
assert notification.type == "status"
|
||||
end
|
||||
|
||||
test "does not create a notification for subscribed users if status is a reply" do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue