mark all public servers as active (move out of friends tab into convos where you'd expect it)

pull/679/head
Ryan Tharp 6 years ago
parent b3dcd07d16
commit e9773c05be

@ -50,6 +50,7 @@
);
await serverAPI.findOrCreateChannel(channelId, conversationId);
await conversation.setPublicSource(sslServerUrl, channelId);
await conversation.set({ active_at: Date.now() });
await conversation.setFriendRequestStatus(
friends.friendRequestStatusEnum.friends
);

Loading…
Cancel
Save