forked from Ivasoft/mattermost-mobile
Only call app entry on websocket reconnect (#7065)
* Only call app entry on websocket reconnect * Handle notification on its own entry and run app entry on websocket initialization * Fix notification entry issues * Fix login entry and add retry on entry failure * feedback review * Put back handleEntryAfterLoadNavigation before the batching --------- Co-authored-by: Elias Nahum <nahumhbl@gmail.com>
This commit is contained in:
committed by
GitHub
parent
98f25046af
commit
9f84ab79ce
2
types/api/session.d.ts
vendored
2
types/api/session.d.ts
vendored
@@ -15,7 +15,5 @@ interface Session {
|
||||
|
||||
interface LoginActionResponse {
|
||||
error?: ClientErrorProps | Error | string;
|
||||
hasTeams?: boolean;
|
||||
failed: boolean;
|
||||
time?: number;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user