diff options
author | Haelwenn <contact+git.pleroma.social@hacktivis.me> | 2020-08-13 16:11:06 +0000 |
---|---|---|
committer | Haelwenn <contact+git.pleroma.social@hacktivis.me> | 2020-08-13 16:11:06 +0000 |
commit | fbc220d09c25057edfc1eae539fdb68d0cc7a933 (patch) | |
tree | 33acd9bffbd156f350d989d42b2fcf118d2ced8e /lib | |
parent | f99b8a25ebd89a11ad3b98fa5815cc4fd338eeb1 (diff) | |
parent | 4f3c955f264c9a6bfcc302b4644ea9da6e7ad38b (diff) | |
download | pleroma-fbc220d09c25057edfc1eae539fdb68d0cc7a933.tar.gz |
Merge branch 'nitfix/side-effects-typo' into 'develop'
side_effects: Fix typo on notification
See merge request pleroma/pleroma!2885
Diffstat (limited to 'lib')
-rw-r--r-- | lib/pleroma/web/activity_pub/side_effects.ex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pleroma/web/activity_pub/side_effects.ex b/lib/pleroma/web/activity_pub/side_effects.ex index 14a1da0c1..5a02f1d69 100644 --- a/lib/pleroma/web/activity_pub/side_effects.ex +++ b/lib/pleroma/web/activity_pub/side_effects.ex @@ -55,7 +55,7 @@ defmodule Pleroma.Web.ActivityPub.SideEffects do # Task this handles # - Rejects all existing follow activities for this person # - Updates the follow state - # - Dismisses notificatios + # - Dismisses notification def handle( %{ data: %{ |