pub(super) fn add_notification(
    db: &Db,
    uid: u32,
    nt_type: NtType,
    id1: u32,
    id2: u32
) -> Result<(), AppError>