fix: hide connectivity HTML quota if not supported

This also solves the problem with the fact that
it's not clear from the resulting HTML
that this error message is referring to quota and not something else.
See https://github.com/chatmail/core/pull/8130.
This commit is contained in:
WofWca
2026-05-15 12:07:46 +04:00
parent a017663be5
commit 6d0d9fe0b2
4 changed files with 24 additions and 19 deletions

View File

@@ -7057,11 +7057,6 @@ void dc_event_unref(dc_event_t* event);
/// `%1$s` will be replaced by a possibly more detailed, typically english, error description.
#define DC_STR_ERROR 112
/// "Not supported by your provider."
///
/// Used in the connectivity view.
#define DC_STR_NOT_SUPPORTED_BY_PROVIDER 113
/// "Messages"
///
/// Used as a subtitle in quota context; can be plural always.