project-error / npwd

NPWD is a FiveM phone resource written entirely in TypeScript and React.
https://projecterror.dev
Other
351 stars 275 forks source link

Fix twitter to broadcast deleted tweets to all clients #1030

Closed BackSH00TER closed 1 year ago

BackSH00TER commented 1 year ago

Pull Request Description

Problem: If a player deletes a tweet, only that player will see the update in their twitter app, no other clients will receive the delete tweet event and will still be able to see the tweet.

Fix: When the player deletes a tweet, we will now broadcast the delete tweet event to all clients so that everyones UI reflects correctly.

Example: https://github.com/project-error/npwd/assets/18689469/ca9b28ba-e2e2-433b-9fa4-efc230fd6dac

Pull Request Checklist: