projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b5282b
)
Apply suggestion to lib/pleroma/notification.ex
author
lain
<lain@soykaf.club>
Mon, 8 Jun 2020 20:01:37 +0000
(20:01 +0000)
committer
lain
<lain@soykaf.club>
Mon, 8 Jun 2020 20:01:37 +0000
(20:01 +0000)
lib/pleroma/notification.ex
patch
|
blob
|
history
diff --git
a/lib/pleroma/notification.ex
b/lib/pleroma/notification.ex
index 3ac8737e20ab522d214264cb8f9d594ccf973c79..3386a19336c6fa1a8fb44310053cab67aa5c2827 100644
(file)
--- a/
lib/pleroma/notification.ex
+++ b/
lib/pleroma/notification.ex
@@
-31,7
+31,7
@@
defmodule Pleroma.Notification do
schema "notifications" do
field(:seen, :boolean, default: false)
# This is an enum type in the database. If you add a new notification type,
- # remember
t
to add a migration to add it to the `notifications_type` enum
+ # remember to add a migration to add it to the `notifications_type` enum
# as well.
field(:type, :string)
belongs_to(:user, User, type: FlakeId.Ecto.CompatType)