Open akhoury opened 8 years ago
I thought about doing that, but Discourse private messages are threads with a list of users that can access them, which means I'd have to duplicate the messages for each user that could read them if I did that.
hmmm - so like group messages.
https://github.com/NodeBB/NodeBB/issues/1798
Save a discourse dump, when NodeBB gets that feature, we can import them back later.
@BenLubar group-chat support was just added to NodeBB, see https://github.com/NodeBB/NodeBB/pull/3968, I'm gonna wait till the next NodeBB release to support the import of group chats, just so I would developing against a stable release - i just walked through the changes, doesn't seem to be too hard to implement on my end, nor should be on yours either. Basically each "private topic" of discourse would become a private NodeBB chatRoom.
Currently blocked on akhoury/nodebb-plugin-import#156
soon, just dealing with some performance optimization, that's next on the list.
just saying .. docs here
Also, getPaginatedBookmarks if you fancy