Restore export data CSV (behind a feature flag)

This commit is contained in:
Alex Gleason
2023-01-11 17:59:50 -06:00
parent ebfd7bdc94
commit e50e4b8e60
4 changed files with 20 additions and 11 deletions

View File

@@ -388,6 +388,9 @@ const getInstanceFeatures = (instance: Instance) => {
v.software === TRUTHSOCIAL,
]),
/** Whether to allow exporting follows/blocks/mutes to CSV by paginating the API. */
exportData: true,
/** Whether the accounts who favourited or emoji-reacted to a status can be viewed through the API. */
exposableReactions: any([
v.software === MASTODON,