Suyious / purrr.backend

Backend for Purrr - Chat Application that connects randomly among online users
https://purrr.chat
1 stars 2 forks source link

Extra Socket Event "SHARE_IMAGE" needs to be removed #7

Closed Suyious closed 1 month ago

Suyious commented 1 month ago

There is an unused ClientEvents.SHARE_IMAGE and it's corresponding handler function in the source. This hasn't been used as it's functionality was covered by another handler function ClientEvents.SEND_MESSAGE itself.

Therefore, the handler, types and other redundent code related to ClientEvents.SHARE_IMAGE needs to be safely removed.