steveseguin / social_stream

Consolidate your live social messaging streams and much more
http://socialstream.ninja/
GNU General Public License v3.0
639 stars 93 forks source link

Fix: teams showing duplicated messages for your own messages #228

Closed felippenardi closed 6 months ago

felippenardi commented 6 months ago

Teams posts a temporary message, to make it seem to you like it sent. Then when the actual message is sent, it returns with a new message ID and replaces your tmp message with the real one. This was causing message duplication.

steveseguin commented 6 months ago

Thank you