steveseguin / social_stream

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

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

Closed felippenardi closed 1 month ago

felippenardi commented 1 month 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 1 month ago

Thank you