handle the database

This commit is contained in:
Floris Bruynooghe
2023-02-02 17:43:12 +01:00
parent 5f29b93970
commit 3267596a30
3 changed files with 28 additions and 6 deletions

View File

@@ -14,6 +14,8 @@ use crate::summary::{Summary, SummaryPrefix};
/// eg. by chatlist.get_summary() or dc_msg_get_summary().
///
/// *Lot* is used in the meaning *heap* here.
// The QR code grew too large. So be it.
#[allow(clippy::large_enum_variant)]
#[derive(Debug)]
pub enum Lot {
Summary(Summary),