mirror of
https://github.com/kremalicious/umami.git
synced 2025-02-14 21:10:34 +01:00
Bring back none referrers in self hosted
This commit is contained in:
parent
7bfbe26485
commit
8fbf9e33f4
@ -45,7 +45,7 @@ async function relationalQuery(
|
|||||||
let excludeDomain = '';
|
let excludeDomain = '';
|
||||||
|
|
||||||
if (column === 'referrer_domain') {
|
if (column === 'referrer_domain') {
|
||||||
excludeDomain = 'and website_event.referrer_domain != $6';
|
excludeDomain = 'and (website_event.referrer_domain != $6 or website_event.referrer_domain is null)';
|
||||||
params.push(website.domain);
|
params.push(website.domain);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user