Merge branch 'staging' into communities-trim

This commit is contained in:
yflory
2020-02-06 11:55:07 +01:00

View File

@@ -25,6 +25,7 @@ const UNAUTHENTICATED_CALLS = {
IS_CHANNEL_PINNED: Pinning.isChannelPinned,
IS_NEW_CHANNEL: Channel.isNewChannel,
WRITE_PRIVATE_MESSAGE: Channel.writePrivateMessage,
GET_METADATA: Metadata.getMetadata,
};
var isUnauthenticateMessage = function (msg) {