diff --git a/maufbapi/types/graphql/responses.py b/maufbapi/types/graphql/responses.py index f7332fe0..c6b97942 100644 --- a/maufbapi/types/graphql/responses.py +++ b/maufbapi/types/graphql/responses.py @@ -416,7 +416,7 @@ def xma_tpl_url(self) -> Optional[URL]: ) if not url: return None - return URL(url).with_query(None) + return URL(url) # .with_query(None) @property def is_likely_bridgeable(self) -> bool: