mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-29 14:22:26 -05:00
[feature] Implement CSV import for mutes (#3696)
* Implement CSV import for mutes * update swagger.yaml * update documentation * add ImportTestSuite.TestImportMutes * fix comment typo
This commit is contained in:
parent
d73acc70d5
commit
0118e03cda
7 changed files with 349 additions and 1 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