2019-04-14 21:20:48 -06:00
|
|
|
export const kinds = [
|
2019-04-14 21:10:40 -06: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 13:44:46 -06:00
|
|
|
'write:votes',
|
|
|
|
'read:pages',
|
|
|
|
'write:pages',
|
2019-05-17 04:56:47 -06:00
|
|
|
'write:page-likes',
|
|
|
|
'read:page-likes',
|
2019-05-18 05:36:33 -06:00
|
|
|
'read:user-groups',
|
|
|
|
'write:user-groups',
|
2019-04-14 21:10:40 -06:00
|
|
|
];
|