mirror of
https://github.com/friendica/friendica
synced 2025-04-26 03:50:12 +00:00
Ensure that pokes are always send only via DFRN
This commit is contained in:
parent
3b0fabcdb7
commit
44a49a8d7d
6 changed files with 23 additions and 11 deletions
|
@ -26,7 +26,9 @@ class Delivery extends BaseObject
|
|||
const RELOCATION = 'relocate';
|
||||
const DELETION = 'drop';
|
||||
const POST = 'wall-new';
|
||||
const POKE = 'poke';
|
||||
const COMMENT = 'comment-new';
|
||||
const ACTIVITY = 'activity-new';
|
||||
const REMOVAL = 'removeme';
|
||||
const PROFILEUPDATE = 'profileupdate';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue