SideEffects: Correctly handle chat messages sent to yourself
This commit is contained in:
parent
77e827bb66
commit
8d251096fe
2 changed files with 15 additions and 0 deletions
|
|
@ -306,6 +306,7 @@ defmodule Pleroma.Web.ActivityPub.SideEffects do
|
|||
|
||||
streamables =
|
||||
[[actor, recipient], [recipient, actor]]
|
||||
|> Enum.uniq()
|
||||
|> Enum.map(fn [user, other_user] ->
|
||||
if user.local do
|
||||
{:ok, chat} = Chat.bump_or_create(user.id, other_user.ap_id)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue