Restore export data CSV (behind a feature flag)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user