Update libloki/libloki-protocol.js

Co-Authored-By: sachaaaaa <40749766+sachaaaaa@users.noreply.github.com>
pull/66/head
Beaudan Campbell-Brown 6 years ago committed by GitHub
parent 91f018da57
commit c0ee584a2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -132,6 +132,7 @@
async function sendFriendRequestAccepted(pubKey) {
return sendEmptyMessage(pubKey);
}
async function sendEmptyMessage(pubKey) {
// empty content message
const content = new textsecure.protobuf.Content();

Loading…
Cancel
Save