]> git.mxchange.org Git - friendica-addons.git/blob - discourse/README
Changes:
[friendica-addons.git] / discourse / README
1 Discourse connector
2 ===================
3
4 The Discourse connectors detects incoming mails from Discourse and
5 improves them by fetching the content and user data via API.
6
7 Prerequisites
8 -------------
9 The user has to configure the mail interface so that the user's mails
10 can be fetched via Friendica. Then the user has to activate the
11 mailing list mode in Discourse.
12
13 The mailing list mode in Discourse knows two different options:
14 1. Get all posts - including your own. This will create duplicates
15    if you post via Friendica.
16 2. Don't get your own posts. Then you will missing all your posts
17    that you made directly on Discourse. Since you cannot create
18    a new post via this connector (only comments are possible)
19    this is not a good choice either.
20
21 Known problems
22 --------------
23 - You can't create starting posts
24 - Either you don't get your own posts you made directly on Discourse
25   or you do get duplicates for every post you made via Friendica.
26 - Non public categories are currently only working via some workaround
27   without the API, which most likely will cause some content problems.
28 - links to Discourse profiles in the posts are invalid.