diff options
Diffstat (limited to 'ui/lib/apiServer.js')
| -rw-r--r-- | ui/lib/apiServer.js | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ui/lib/apiServer.js b/ui/lib/apiServer.js index 3714b63..e537abc 100644 --- a/ui/lib/apiServer.js +++ b/ui/lib/apiServer.js @@ -34,10 +34,6 @@ export async function postToChannel(channelId, body) { return apiServer.post(`/channels/${channelId}`, { body }); } -export async function deleteMessage(messageId) { - // TODO -} - export async function createInvite() { return apiServer.post(`/invite`, {}); } |
