as discussed internally in different one-to-ones, channels will improve hugely, when resending the last some messages when a new subscriber joins - currently, they have an empty chat, not even the idea if things are working or not.
the same idea is around for groups as well, but for channels it is far easier and the tools mostly exist:
- we have already a resend() function
- we do not come into the situation to resend "on behalf of others"
- the question of privacy, of ppl not wanting history to be exposed to new members, is far less than in a normal group (even there questionable)
so, actionable item:
on adding a new subscriber, call resend() for the last 10 messages.
we can improve and iterate on that, eg. resending always webxdc - but for that, webxdc should start working at all
cmp #7679, #7680
cc @Hocuri
as discussed internally in different one-to-ones, channels will improve hugely, when resending the last some messages when a new subscriber joins - currently, they have an empty chat, not even the idea if things are working or not.
the same idea is around for groups as well, but for channels it is far easier and the tools mostly exist:
so, actionable item:
on adding a new subscriber, call resend() for the last 10 messages.
we can improve and iterate on that, eg. resending always webxdc - but for that, webxdc should start working at all
cmp #7679, #7680
cc @Hocuri