mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-14 10:27:30 -06:00
[feature] Application creation + management via API + settings panel
This commit is contained in:
parent
daf60f69a0
commit
e86f7ef0d9
61 changed files with 3016 additions and 252 deletions
|
|
@ -116,7 +116,7 @@ const extended = gtsApi.injectEndpoints({
|
|||
// Parse filename to something like:
|
||||
// `example.org-blocklist-2023-10-09.json`.
|
||||
const state = api.getState() as RootState;
|
||||
const instanceUrl = state.oauth.instanceUrl?? "unknown";
|
||||
const instanceUrl = state.login.instanceUrl?? "unknown";
|
||||
const domain = new URL(instanceUrl).host;
|
||||
const date = new Date();
|
||||
const filename = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue