Write new topic on user talk page if user has enabled structured discussion
If we are trying to created new section on user talk page where user has enabled structured discussion Wikimate unable to create new section.
Code:
$page = $wiki->getPage($userName); $page->setText("Text", 'new');
What is "structured discussion"? Got an example?
https://www.mediawiki.org/wiki/Structured_Discussions
Example: https://or.wikipedia.org/wiki/User_talk:Jnanaranjan_sahu
Here is a discussion I have started on the talk page: https://www.mediawiki.org/wiki/Topic:Uq7swz65t02tjz29
It has an API also to post message.
That looks... complicated. ;) Well, I am busy enough with other (non-Wikimate) projects already and don't need this myself, so I'm afraid I can't spare the time to research and develop support for this. If someone else submits a properly coded and documented PR for it, I may be able to take a look and review that later.
Thanks for the information.