diff options
author | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2020-08-13 18:10:43 +0200 |
---|---|---|
committer | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2020-08-13 18:10:43 +0200 |
commit | 4f3c955f264c9a6bfcc302b4644ea9da6e7ad38b (patch) | |
tree | 33acd9bffbd156f350d989d42b2fcf118d2ced8e | |
parent | f99b8a25ebd89a11ad3b98fa5815cc4fd338eeb1 (diff) | |
download | pleroma-4f3c955f264c9a6bfcc302b4644ea9da6e7ad38b.tar.gz pleroma-4f3c955f264c9a6bfcc302b4644ea9da6e7ad38b.zip |
side_effects: Fix typo on notification
-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: %{ |