Salmon# fixed publish an activity to remote accounts
This commit is contained in:
parent
49cf5f9ce0
commit
523848d1fd
3 changed files with 18 additions and 4 deletions
|
|
@ -7,6 +7,8 @@ defmodule Pleroma.Activity do
|
|||
alias Pleroma.{Repo, Activity, Notification}
|
||||
import Ecto.Query
|
||||
|
||||
@type t :: %__MODULE__{}
|
||||
|
||||
# https://github.com/tootsuite/mastodon/blob/master/app/models/notification.rb#L19
|
||||
@mastodon_notification_types %{
|
||||
"Create" => "mention",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue