Store Pixelfed's capabilities

This commit is contained in:
Michael 2023-12-21 00:33:42 +00:00
parent a86cd93fb8
commit da65f0bea7
4 changed files with 46 additions and 0 deletions

View file

@ -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;