@gloablehive/ipad-wechat-plugin 1.0.8 → 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 -1
- package/package.json +1 -1
- package/src/channel.ts +1 -1
package/dist/src/channel.js
CHANGED
|
@@ -134,7 +134,7 @@ export const ipadWeChatPlugin = createChatChannelPlugin({
|
|
|
134
134
|
topLevelReplyToMode: "reply",
|
|
135
135
|
},
|
|
136
136
|
outbound: {
|
|
137
|
-
deliveryMode: "
|
|
137
|
+
deliveryMode: "gateway",
|
|
138
138
|
channel: "ipad-wechat",
|
|
139
139
|
// Resolve target - for WeChat, just pass through the ID
|
|
140
140
|
resolveTarget: (params) => {
|
package/package.json
CHANGED
package/src/channel.ts
CHANGED
|
@@ -175,7 +175,7 @@ export const ipadWeChatPlugin = createChatChannelPlugin<IPadWeChatResolvedAccoun
|
|
|
175
175
|
},
|
|
176
176
|
|
|
177
177
|
outbound: {
|
|
178
|
-
deliveryMode: "
|
|
178
|
+
deliveryMode: "gateway",
|
|
179
179
|
channel: "ipad-wechat",
|
|
180
180
|
// Resolve target - for WeChat, just pass through the ID
|
|
181
181
|
resolveTarget: (params: any) => {
|