BenLubar / nodebb-plugin-import-discourse

5 stars 3 forks source link

getPaginatedMessages #1

Open akhoury opened 8 years ago

akhoury commented 8 years ago

just saying .. docs here

Also, getPaginatedBookmarks if you fancy

BenLubar commented 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.

akhoury commented 8 years ago

hmmm - so like group messages.

akhoury commented 8 years ago

https://github.com/NodeBB/NodeBB/issues/1798

Save a discourse dump, when NodeBB gets that feature, we can import them back later.

akhoury commented 8 years ago

@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.

BenLubar commented 8 years ago

Currently blocked on akhoury/nodebb-plugin-import#156

akhoury commented 8 years ago

soon, just dealing with some performance optimization, that's next on the list.