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
@@ -340,6 +340,7 @@
|
||||
"invite.send_invite": "Send",
|
||||
"invite.sendInvitationsTo": "Send invitations to…",
|
||||
"invite.shareLink": "Share link",
|
||||
"invite.summary.back": "Go back",
|
||||
"invite.summary.done": "Done",
|
||||
"invite.summary.email_invite": "An invitation email has been sent",
|
||||
"invite.summary.error": "{invitationsCount, plural, one {Invitation} other {Invitations}} could not be sent successfully",
|
||||
@@ -535,7 +536,6 @@
|
||||
"mobile.login_options.saml": "SAML",
|
||||
"mobile.login_options.select_option": "Select a login option below.",
|
||||
"mobile.login_options.separator_text": "or log in with",
|
||||
"mobile.login_options.sso_continue": "Continue with",
|
||||
"mobile.manage_members.admin": "Admin",
|
||||
"mobile.manage_members.cancel": "Cancel",
|
||||
"mobile.manage_members.change_role.error": "An error occurred while trying to update the role. Please check your connection and try again.",
|
||||
@@ -726,6 +726,8 @@
|
||||
"notification_settings.threads_start": "Threads that I start",
|
||||
"notification_settings.threads_start_participate": "Threads that I start or participate in",
|
||||
"notification.message_not_found": "Message not found",
|
||||
"notification.no_connection": "The server is unreachable and we were not able to retrieve the notification channel / team.",
|
||||
"notification.no_post": "The message has not been found.",
|
||||
"notification.not_channel_member": "This message belongs to a channel where you are not a member.",
|
||||
"notification.not_team_member": "This message belongs to a team where you are not a member.",
|
||||
"onboarding.calls": "Start secure audio calls instantly",
|
||||
|
||||
Reference in New Issue
Block a user