Plugins/phone-control: update test command context
This commit is contained in:
parent
a81dbf109d
commit
e9d95c4309
@ -42,6 +42,12 @@ function createCommandContext(args: string): PluginCommandContext {
|
||||
commandBody: `/phone ${args}`,
|
||||
args,
|
||||
config: {},
|
||||
requestConversationBinding: async () => ({
|
||||
status: "error",
|
||||
message: "unsupported",
|
||||
}),
|
||||
detachConversationBinding: async () => ({ removed: false }),
|
||||
getCurrentConversationBinding: async () => null,
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user