Skip to content

Query message IDs rather than metadata when only IDs are needed

akwizgran requested to merge query-message-ids into 804-self-destructing-messages

This branch exposes the DB's existing query method for message IDs through the DatabaseComponent and ClientHelper interfaces, so that we can avoid loading and parsing metadata if we're only interested in the message IDs that match the query.

Part of #1833 (closed) (the method is used by dependent branches).

Merge request reports