fix: add viewstats to profile pages
This commit is contained in:
@@ -142,5 +142,5 @@ const
|
|||||||
"withVoice": true
|
"withVoice": true
|
||||||
}""".replace(" ", "").replace("\n", "")
|
}""".replace(" ", "").replace("\n", "")
|
||||||
|
|
||||||
fieldToggles* = """{"withArticlePlainText":false}"""
|
fieldToggles* = """{"withArticlePlainText":false,"withViewCounts":true}"""
|
||||||
tweetDetailFieldToggles* = """{"withArticleRichContentState":true,"withArticlePlainText":false,"withGrokAnalyze":false,"withDisallowedReplyControls":false}"""
|
tweetDetailFieldToggles* = """{"withArticleRichContentState":true,"withArticlePlainText":false,"withGrokAnalyze":false,"withDisallowedReplyControls":false,"withViewCounts":true}"""
|
||||||
|
|||||||
Reference in New Issue
Block a user