mautrix / imessage

A Matrix-iMessage puppeting bridge
https://go.mau.fi/mautrix-imessage/
GNU Affero General Public License v3.0
348 stars 37 forks source link

Commands in the bridge bot do not consistently execute the first time #176

Open rollingonchrome opened 8 months ago

rollingonchrome commented 8 months ago

Using v0.1.0+dev.[c296acaa] with the AppleScript connector, "ping-matrix" and other commands do not execute immediately.

Instead, the user must input any other character or command, then the first command executes.

For example, if I input "ping-matrix" that command will not execute. However if I then input "version," the ping-matrix command executes but version does not. If after inputting "version," I input "!", then version executes.