strvcom / ios-chat-component

Chat modular library
MIT License
1 stars 1 forks source link

[feat] add user to cached message to validate it before resending #42

Closed cejanen closed 4 years ago

cejanen commented 4 years ago

Cache message has from now userId who tried to send it. Later when reloading messages from cache are all from other users thrown away. I left there two todos to unify user checking approach from firebase auth branch when merging