mirror of
https://github.com/friendica/friendica
synced 2025-04-30 09:44:22 +02:00
Store Pixelfed's capabilities
This commit is contained in:
parent
a86cd93fb8
commit
da65f0bea7
4 changed files with 46 additions and 0 deletions
|
@ -60,6 +60,10 @@ class Tag
|
|||
const AUDIENCE = 14;
|
||||
const ATTRIBUTED = 15;
|
||||
|
||||
const CAN_ANNOUNCE = 20;
|
||||
const CAN_LIKE = 21;
|
||||
const CAN_REPLY = 22;
|
||||
|
||||
const ACCOUNT = 1;
|
||||
const GENERAL_COLLECTION = 2;
|
||||
const FOLLOWER_COLLECTION = 3;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue