forked from pEp.foundation/libAccountSettings
get_account_settings does not comply with the given flags #2
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
How to reproduce
get_account_settings
withAS_FLAGS
==AS_FLAG_USE_DNS_SRV
.Expected
Observed
Regardless of flags,
get_account_settings
always queries the local DB first, and if something is found, returns the result without doing any other step.Correct incidence: pEp.foundation/libAccountSettings#2