You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The readme states Support replying to a specific message. as a planned feature.
With the message ID option enabled, it should be possible to build a "?reply" command, which would use the behaviour described on a github issue comment and just remove the first line (which would be the "?reply MessageID" line) from the response?
The text was updated successfully, but these errors were encountered:
Thank you for the request. The link to the explanation of how to implement it is useful.
I can do a ?reply command, though I will likely implement this feature using a sub-string search. Starting a message with "@search:" will create a reply to the conversation's most recent message containing the word "search". This worked quite well in https://github.com/hoehermann/purple-signald and feels more natural to me than handling message IDs. :)
The readme states
Support replying to a specific message.
as a planned feature.With the message ID option enabled, it should be possible to build a "?reply" command, which would use the behaviour described on a github issue comment and just remove the first line (which would be the "?reply MessageID" line) from the response?
The text was updated successfully, but these errors were encountered: