push notifications but installable to home screen yet

This commit is contained in:
m5r
2022-05-30 02:21:42 +02:00
parent b5bb8e1822
commit 4c22ee83e1
40 changed files with 1104 additions and 83 deletions

View File

@ -31,6 +31,7 @@ const action: ActionFunction = async ({ params, request }) => {
phoneNumberId: phoneNumber!.id,
id: message.sid,
to: message.to,
recipient: message.to,
from: message.from,
status: translateMessageStatus(message.status),
direction: translateMessageDirection(message.direction),