@gloablehive/ipad-wechat-plugin 1.0.7 → 1.0.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/src/channel.js +1 -0
- package/package.json +1 -1
- package/src/channel.ts +1 -0
package/dist/src/channel.js
CHANGED
|
@@ -134,6 +134,7 @@ export const ipadWeChatPlugin = createChatChannelPlugin({
|
|
|
134
134
|
topLevelReplyToMode: "reply",
|
|
135
135
|
},
|
|
136
136
|
outbound: {
|
|
137
|
+
deliveryMode: "gateway",
|
|
137
138
|
channel: "ipad-wechat",
|
|
138
139
|
// Resolve target - for WeChat, just pass through the ID
|
|
139
140
|
resolveTarget: (params) => {
|
package/package.json
CHANGED
package/src/channel.ts
CHANGED
|
@@ -175,6 +175,7 @@ export const ipadWeChatPlugin = createChatChannelPlugin<IPadWeChatResolvedAccoun
|
|
|
175
175
|
},
|
|
176
176
|
|
|
177
177
|
outbound: {
|
|
178
|
+
deliveryMode: "gateway",
|
|
178
179
|
channel: "ipad-wechat",
|
|
179
180
|
// Resolve target - for WeChat, just pass through the ID
|
|
180
181
|
resolveTarget: (params: any) => {
|