feat(TikTok - Feed Filter): Remove TikTok Shop from feed. (#4851)

This commit is contained in:
3igcheeze
2025-04-26 08:52:17 -05:00
committed by GitHub
parent f459c3c7fa
commit f198bece65
5 changed files with 29 additions and 1 deletions

View File

@ -33,4 +33,8 @@ public class Aweme {
public AwemeStatistics getStatistics() {
throw new UnsupportedOperationException("Stub");
}
public String getShareUrl() {
throw new UnsupportedOperationException("Stub");
}
}