forked from AkkomaGang/akkoma
Merge branch 'patch-2' into 'develop'
Render notification IDs as strings, not numbers See merge request pleroma/pleroma!325
This commit is contained in:
commit
072e965015
1 changed files with 2 additions and 0 deletions
|
@ -1030,6 +1030,8 @@ def render_notification(user, %{id: id, activity: activity, inserted_at: created
|
||||||
NaiveDateTime.to_iso8601(created_at)
|
NaiveDateTime.to_iso8601(created_at)
|
||||||
|> String.replace(~r/(\.\d+)?$/, ".000Z", global: false)
|
|> String.replace(~r/(\.\d+)?$/, ".000Z", global: false)
|
||||||
|
|
||||||
|
id = id |> to_string
|
||||||
|
|
||||||
case activity.data["type"] do
|
case activity.data["type"] do
|
||||||
"Create" ->
|
"Create" ->
|
||||||
%{
|
%{
|
||||||
|
|
Loading…
Reference in a new issue