mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-29 22:26:15 -06:00
Implement CSV import for mutes
This commit is contained in:
parent
0a99901c65
commit
1be57118ec
4 changed files with 253 additions and 0 deletions
|
|
@ -68,6 +68,7 @@ export default function Import() {
|
|||
<option value="">- Select import type -</option>
|
||||
<option value="following">Following list</option>
|
||||
<option value="blocks">Blocked accounts list</option>
|
||||
<option value="mutes">Muted accounts list</option>
|
||||
</>
|
||||
}>
|
||||
</Select>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue