Skip to content
This repository has been archived by the owner on Apr 4, 2022. It is now read-only.

Remove dupe bugfix in mailchain #9

Closed
todo bot opened this issue Apr 24, 2019 · 3 comments
Closed

Remove dupe bugfix in mailchain #9

todo bot opened this issue Apr 24, 2019 · 3 comments
Assignees

Comments

@todo
Copy link

todo bot commented Apr 24, 2019

* Dedupe message array - workaround for dupe messages @TODO: waiting on dupe bugfix in mailchain
*/
getCurrentAccountInboxMessages(){
var inboxMessagesFilteredByAddress = this.addressPipe.transform(
this.inboxMessages,
this.currentAccount


This issue was generated by todo based on a TODO comment in 00f8f7f when #4 was merged. cc @tboeckmann.
@tboeckmann
Copy link
Member

The dedupe issue has been fixed in Mailchain with this pull request.

@tboeckmann tboeckmann changed the title waiting on dupe bugfix in mailchain Remove dupe bugfix in mailchain Sep 28, 2019
@tboeckmann
Copy link
Member

It doesn't hurt to ensure deduplication of messages takes place in the interface. This guarantees a good user experience within this interface.

Going to close this and remove the todo.

@tboeckmann
Copy link
Member

Added to staging via commit 60de68a

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant