mirror of
https://github.com/friendica/friendica
synced 2025-05-04 21:04:10 +02:00
Merge pull request #11837 from MrPetovan/task/remove-poke
Remove poke feature
This commit is contained in:
commit
a145712f04
28 changed files with 192 additions and 769 deletions
|
@ -1085,11 +1085,7 @@ class Item
|
|||
// Check for hashtags in the body and repair or add hashtag links
|
||||
$item['body'] = self::setHashtags($item['body']);
|
||||
|
||||
if (stristr($item['verb'], Activity::POKE)) {
|
||||
$notify_type = Delivery::POKE;
|
||||
} else {
|
||||
$notify_type = Delivery::POST;
|
||||
}
|
||||
$notify_type = Delivery::POST;
|
||||
|
||||
// Filling item related side tables
|
||||
if (!empty($item['attach'])) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue