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