mirror of
https://github.com/aljazceru/ditto.git
synced 2026-02-21 04:55:59 +01:00
Make verify_credentials and update_credentials return a consistent CredentialAccount object
This commit is contained in:
@@ -54,7 +54,7 @@ export interface MastodonAccount {
|
||||
is_moderator: boolean;
|
||||
is_suggested: boolean;
|
||||
is_local: boolean;
|
||||
settings_store: unknown;
|
||||
settings_store?: Record<string, unknown>;
|
||||
tags: string[];
|
||||
};
|
||||
nostr: {
|
||||
|
||||
Reference in New Issue
Block a user