projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6cd2fa2
)
Credo fixes
author
lain
<lain@soykaf.club>
Tue, 2 Jun 2020 13:14:52 +0000
(15:14 +0200)
committer
lain
<lain@soykaf.club>
Tue, 2 Jun 2020 13:14:52 +0000
(15:14 +0200)
lib/pleroma/notification.ex
patch
|
blob
|
history
diff --git
a/lib/pleroma/notification.ex
b/lib/pleroma/notification.ex
index d89ee464568fada6f9614abb56c19e7a90782455..0f33d282daa17c02bc3eefafc6066563298decf0 100644
(file)
--- a/
lib/pleroma/notification.ex
+++ b/
lib/pleroma/notification.ex
@@
-37,7
+37,7
@@
defmodule Pleroma.Notification do
timestamps()
end
- def fill_in_notification_types
()
do
+ def fill_in_notification_types do
query =
from(n in __MODULE__,
where: is_nil(n.type),