fix(webapp): persist motion alerts in activity feed
This commit is contained in:
@@ -79,5 +79,8 @@ export const api = {
|
||||
listRecordings: () => request('/recordings/me/list'),
|
||||
getRecordingDownloadUrl: (recordingId) => request(`/recordings/${recordingId}/download-url`),
|
||||
listNotifications: () => request('/push-notifications/me')
|
||||
},
|
||||
pushNotifications: {
|
||||
markRead: (notificationId) => request(`/push-notifications/${notificationId}/read`, { method: 'POST', body: JSON.stringify({}) })
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user