Skip to content

Commit

Permalink
Merge pull request #170 from nextcloud/fix/redis-files
Browse files Browse the repository at this point in the history
  • Loading branch information
juliushaertl authored Sep 18, 2024
2 parents 9ee397e + 708f629 commit 9fa7241
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions websocket_server/SocketManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,7 @@ export default class SocketManager {

console.log(`[${roomID}] ${socket.id} added image ${id}`)
room.addFile(id, data)
this.storageManager.set(roomID, room)
}

async imageRemoveHandler(socket, roomID, id) {
Expand Down

0 comments on commit 9fa7241

Please sign in to comment.