As an Android App TalkPages user,
I want to reply directly to someone within an ongoing conversation
and see the reply inline
Example of this can be found on Beta from the Editing team's Talk Pages project.
As an Android App TalkPages user,
I want to reply directly to someone within an ongoing conversation
and see the reply inline
Example of this can be found on Beta from the Editing team's Talk Pages project.
Status | Subtype | Assigned | Task | ||
---|---|---|---|---|---|
Open | JTannerWMF | T273253 [EPIC] POST V2.7.33X-R-Rosgulla Initial Talk Pages Release Clean Up | |||
Open | cooltey | T273292 Create in line replies |
@JTannerWMF
Do you know who can I ping for a question regarding the API they are using on the beta page? Just curious about do they have an API of appending text on a specific line in a section or they just use the action=edit with a combined wikitext.
Looks like on the Beta page, each comment contains a commentid, and the commentid will be used in the action=discussiontoolsedit to submit an inline reply message.
<span data-mw-comment-start="c|173.76.103.59|2021-02-17T17:25:00.000Z|24.7.23.207|2021-02-10T22:37:00.000Z"></span>
The page/talk API does not contain the commentid in every reply, which means we may need the Product-Infrastructure-Team-Backlog team to update the API.
commentids are generated by the comment parser, a piece of code that lives in the DiscussionTools extension (and is implemented twice in PHP and JS). Currently the content APIs will not return content with these IDs as we add them with a page hook.