Skip to content

Commit

Permalink
fix(sse): send message additional fields (#87)
Browse files Browse the repository at this point in the history
send message added additional fiels concerning notifications
  • Loading branch information
srennen authored May 25, 2022
1 parent 4c5bcfd commit 6bc951e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/sse.js
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,8 @@ export async function sendMessage({
message,
meta,
fileIds,
pushAfter,
pushTemplateId,
}) {
const response = await server.loadJson(
`${Config.eventsApiUrl}${Endpoints.PROJECT.NOTIFICATIONS.SERVER_EVENTS.SEND_MESSAGE}`,
Expand All @@ -266,6 +268,8 @@ export async function sendMessage({
message,
meta,
fileIds,
pushAfter,
pushTemplateId,
}),
}
);
Expand Down

0 comments on commit 6bc951e

Please sign in to comment.