mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-11 09:34:26 +02:00
Fixing processing forum posts
This commit is contained in:
parent
bf7128b4b2
commit
62ce87dfe6
3 changed files with 38 additions and 17 deletions
|
@ -2162,6 +2162,7 @@ class DFRN
|
|||
|| ($item["verb"] == Activity::ATTEND)
|
||||
|| ($item["verb"] == Activity::ATTENDNO)
|
||||
|| ($item["verb"] == Activity::ATTENDMAYBE)
|
||||
|| ($item["verb"] == Activity::ANNOUNCE)
|
||||
) {
|
||||
$is_like = true;
|
||||
$item["gravity"] = GRAVITY_ACTIVITY;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue