SDiFI / webchat

SDiFI Webchat component
MIT License
1 stars 1 forks source link

Don't repeat avatar for MOTD #41

Open lumpidu opened 1 year ago

lumpidu commented 1 year ago

Currently, the MOTD always repeats the avatar for each response part, e.g.:

It should only be shown for the first item.

rkjaran commented 1 year ago

This makes sense, not just for MOTD but also all responses. We should probably "group" the multiple responses a single request can receive, so that each response array becomes a grouped response with one avatar displayed next to the first one.