We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c5bcfd commit 6bc951eCopy full SHA for 6bc951e
1 file changed
src/components/sse.js
@@ -250,6 +250,8 @@ export async function sendMessage({
250
message,
251
meta,
252
fileIds,
253
+ pushAfter,
254
+ pushTemplateId,
255
}) {
256
const response = await server.loadJson(
257
`${Config.eventsApiUrl}${Endpoints.PROJECT.NOTIFICATIONS.SERVER_EVENTS.SEND_MESSAGE}`,
@@ -266,6 +268,8 @@ export async function sendMessage({
266
268
267
269
270
271
272
273
}),
274
}
275
);
0 commit comments