67P / hyperchannel

Kosmos Chat for the Web
Mozilla Public License 2.0
20 stars 3 forks source link

Fix duplicate archive message loading #159

Closed galfert closed 5 years ago

galfert commented 5 years ago

Fixes #103

Using ember-concurrency prevents running the same task more than once at the same time.

The ember-concurrency addon is pretty nice. Should be useful for a lot of other asynchronous tasks as well.

raucao commented 5 years ago

Fix works. :+1: