mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-27 02:07:12 +00:00
Facebook tracking parameters
This commit is contained in:
parent
5961c7e6b6
commit
704064ec2a
1 changed files with 1 additions and 1 deletions
|
@ -303,7 +303,7 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
|
|||
));
|
||||
|
||||
private static final List<String> FACEBOOK_QUERY = Collections.unmodifiableList(Arrays.asList(
|
||||
"ref", "n_m", "lloc"
|
||||
"medium", "ref", "n_m"
|
||||
));
|
||||
|
||||
// https://www.iana.org/assignments/imap-jmap-keywords/imap-jmap-keywords.xhtml
|
||||
|
|
Loading…
Reference in a new issue