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

Allow messages to be repeated after some time #238

Closed felippenardi closed 1 month ago

felippenardi commented 1 month ago

Lots of time I ask the audience to say the same words in the chat like "yes" or "me". With the current code, unless they send something different, their new message never appears.

So I'm reseting now the lastMessage after sometime so it avoids spam, but it allows interactions like that.

steveseguin commented 1 month ago

If you find you need me to do something more complex to handle this scenario, let me know.

felippenardi commented 1 month ago

@steveseguin It could be more complex but I'm pretty sure that will work just fine