fn emit_unknown_chatlist_items_changed(context: &Context)
Expand description

Used when you don’t know which chatlist items changed, this reloads all cached chatlist items in the UI

Avoid calling this when you can find out the affected chat ids easialy (without extra expensive db queries).

This method is not public, so you have to define and document your new case here in this file.