Skip to content

Conversation

colemancda
Copy link
Contributor

colemancda and others added 17 commits May 1, 2017 07:55
Ticket: A user is logged in and receives text messages in their inbox. The user logs out and a new user logs in. This new user can view the text messages from the previous user's account. There seems to be a cacheing issue here.
[iOS] Fixes download material text.
The username and profile image in the menu was cached in user defaults. We should always show that info from the current user info stored in CoreData.
User receives a message and the message counter on the Inbox button on the Menu will show the correct number of messages.
The user deletes one of the new (unread) messages but the message counter does not decrement.
The counter will decrement if the user reads the new message.
…tform prefix (#103)

Currently topics are sent with platform prefix (/topics/ios_everyone)
If install is stuck with a record containing the old way we handled
topics (/topics/everyone), retrieving notification from core data will
fail. This will crash the app when entering inbox section.
Implement patch to parse topic with and without platform prefix.
Adds `Slide` and `Link` and updates `Event` and `EventDataUpdate`.
@colemancda colemancda self-assigned this May 5, 2017
@colemancda colemancda requested a review from gcutrini May 5, 2017 19:32
@colemancda colemancda merged commit 9c7c00c into master May 5, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants