1
0
mirror of https://github.com/ragestudio/comty.git synced 2025-06-26 02:44:16 +00:00

5 lines
145 B
JavaScript

export default async function (socket) {
console.log(`Socket ${socket.id} connected to realtime posts`)
socket.join("global:posts:realtime")
}