matrixgpt / matrix-chatgpt-bot

Talk to ChatGPT via any Matrix client!
GNU Affero General Public License v3.0
230 stars 64 forks source link

Allow threaded query without prefix, fixes #133 #241

Closed gloomy-ghost closed 8 months ago

gloomy-ghost commented 8 months ago

Currently, the root message is checked for the presence of prefix when a threaded message is received to filter chatbot invocations. This should be skipped for configurations without a prefix requirement.

bertybuttface commented 8 months ago

Thanks for the PR, is this tested? I'm away but I'm happy to merge if you are confident this is correct.

gloomy-ghost commented 8 months ago

Yes, it has been tested. I just rebased on main.

bertybuttface commented 8 months ago

Thanks for this much appreciated :)