Added reply direct to wearable actions

pull/199/head
M66B 3 years ago
parent 6f211629c0
commit 4ecb324b93

@ -4561,6 +4561,8 @@ class Core {
actionReply.addRemoteInput(input.build())
.setAllowGeneratedReplies(false);
mbuilder.addAction(actionReply.build());
wactions.add(actionReply.build());
}
if (notify_flag) {

Loading…
Cancel
Save