mirror of
https://github.com/friendica/friendica
synced 2025-04-24 23:50:20 +00:00
Mark if post was received via relay
This commit is contained in:
parent
2987070d93
commit
6401bd7503
3 changed files with 9 additions and 3 deletions
|
@ -297,6 +297,10 @@ class Processor
|
|||
}
|
||||
}
|
||||
|
||||
if (!empty($activity['from-relay'])) {
|
||||
$item['direction'] = Conversation::RELAY;
|
||||
}
|
||||
|
||||
$item['isForum'] = false;
|
||||
|
||||
if (!empty($activity['thread-completion'])) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue