You've already forked AstralRinth
forked from didirus/AstralRinth
fix views analytics (#885)
* fix views analytics * update ip stripping * update clickhouse tables * fix broken queries * Fix panics * fix download undercounting * fix packerator failing sometimes * run prep
This commit is contained in:
@@ -118,6 +118,7 @@ pub async fn page_view_ingest(
|
||||
.into_iter()
|
||||
.filter(|x| !FILTERED_HEADERS.contains(&&*x.0))
|
||||
.collect(),
|
||||
monetized: true,
|
||||
};
|
||||
|
||||
if let Some(segments) = url.path_segments() {
|
||||
|
||||
Reference in New Issue
Block a user