canSendRequest
returns undefined on activation even though constent has been given
#213644
Labels
Milestone
Testing #213552
Used Cat sample extension to test this. Please correct me if I misunderstood something
activate
method (so it runs on activation)Run extension
Can send request: undefined
=> This is expected, consent has not been given yetSend a chat message using the
@cat
participant (@cat Hello World
)Restart the extension
Can send request: undefined
Consent has been given by now, so the expected response would be
true
?When sending another
@cat Hello World
message, consent is not requested again.The text was updated successfully, but these errors were encountered: