We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Inject a direct INSendMessageIntent into the IntentHandler.m handleSendMessage function
IntentHandler.m
handleSendMessage
This is the intent injected for my case:
Printing description of intent: { conversationIdentifier = <null>; content = Issue; sender = <null>; outgoingMessageType = outgoingMessageText; recipients = ( <INPerson: 0x107a05e70> { displayName = Kirstie Little; contactIdentifier = <null>; nameComponents = <null>; image = <null>; customIdentifier = @kirstie_little:petabyte.dev; relationship = <null>; siriMatches = <null>; personHandle = <INPersonHandle: 0x107a1dae0> { value = @kirstie_little:petabyte.dev; type = Unknown; label = <null>; }; }, ); speakableGroupName = <null>; attachments = <null>; serviceName = <null>; }
The message get's send, or the handler returns a failure to the caller.
The UI returns success, but no message was send.
Iphone 12
15.0 (19A344)
8510027-dirty
matrix.org
No
The text was updated successfully, but these errors were encountered:
SiriIntents
No branches or pull requests
Steps to reproduce
Inject a direct INSendMessageIntent into the
IntentHandler.m
handleSendMessage
functionThis is the intent injected for my case:
What happened?
What did you expect?
The message get's send, or the handler returns a failure to the caller.
What happened?
The UI returns success, but no message was send.
Your phone model
Iphone 12
Operating system version
15.0 (19A344)
Application version
8510027-dirty
Homeserver
matrix.org
Have you submitted a rageshake?
No
The text was updated successfully, but these errors were encountered: