Merge branch 'identity-proofs' into 'develop'
Rip out identity_proofs, fixes #956 Closes #956 See merge request soapbox-pub/soapbox-fe!1382
This commit is contained in:
commit
6a4290dd7b
9 changed files with 0 additions and 4 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -29,7 +29,6 @@ import group_lists from './group_lists';
|
|||
import group_relationships from './group_relationships';
|
||||
import groups from './groups';
|
||||
import history from './history';
|
||||
import identity_proofs from './identity_proofs';
|
||||
import instance from './instance';
|
||||
import listAdder from './list_adder';
|
||||
import listEditor from './list_editor';
|
||||
|
@ -86,7 +85,6 @@ const reducers = {
|
|||
search,
|
||||
notifications,
|
||||
custom_emojis,
|
||||
identity_proofs,
|
||||
lists,
|
||||
listEditor,
|
||||
listAdder,
|
||||
|
|
|
@ -691,8 +691,6 @@ If it's not documented, it's because I inherited it from Mastodon and I don't kn
|
|||
]
|
||||
```
|
||||
|
||||
- `identity_proofs`
|
||||
|
||||
- `lists`
|
||||
|
||||
Sample:
|
||||
|
|
Loading…
Reference in a new issue