67P/hyperchannel

Store channel metadata in RS, update on joins

raucao opened this issue · 1 comments

Currently, when reloading Hyperchannel, it doesn't rejoin channels, which unfortunately means not getting the channel topic/title back.

As these should be available offline anyway, we can store them in RS, together with other data, such as known users etc.

FYI: Since we added channel objects in remoteStorage in our (WIP) refactor, this can be implemented easily now. I have just added a topic property for it to the module: 67P/remotestorage-module-kosmos@e06a4f0