2019-04-15 05:20:48 +02:00
|
|
|
export const kinds = [
|
2019-04-15 05:10:40 +02:00
|
|
|
'read:account',
|
|
|
|
'write:account',
|
|
|
|
'read:blocks',
|
|
|
|
'write:blocks',
|
|
|
|
'read:drive',
|
|
|
|
'write:drive',
|
|
|
|
'read:favorites',
|
|
|
|
'write:favorites',
|
|
|
|
'read:following',
|
|
|
|
'write:following',
|
|
|
|
'read:messaging',
|
|
|
|
'write:messaging',
|
|
|
|
'read:mutes',
|
|
|
|
'write:mutes',
|
|
|
|
'write:notes',
|
|
|
|
'read:notifications',
|
|
|
|
'write:notifications',
|
|
|
|
'read:reactions',
|
|
|
|
'write:reactions',
|
2019-04-30 21:44:46 +02:00
|
|
|
'write:votes',
|
|
|
|
'read:pages',
|
|
|
|
'write:pages',
|
2019-05-17 12:56:47 +02:00
|
|
|
'write:page-likes',
|
|
|
|
'read:page-likes',
|
2019-05-18 13:36:33 +02:00
|
|
|
'read:user-groups',
|
|
|
|
'write:user-groups',
|
2019-04-15 05:10:40 +02:00
|
|
|
];
|