Chore: Fix Deserialisation Error in Jobs (#1683)

- Ignore Jobs on de-serialization error
- Show empty conversations in chat UI
Fixes: #1480
This commit is contained in:
Sojan Jose
2021-01-31 13:05:07 +05:30
committed by GitHub
parent 0ff81e3b53
commit 5d5e75ce9c
5 changed files with 32 additions and 5 deletions

View File

@@ -79,6 +79,7 @@
},
"RECEIVED_VIA_EMAIL": "Received via email",
"VIEW_TWEET_IN_TWITTER": "View tweet in Twitter",
"REPLY_TO_TWEET": "Reply to this tweet"
"REPLY_TO_TWEET": "Reply to this tweet",
"NO_MESSAGES": "No Messages"
}
}