This commit is contained in:
Dylan
2026-04-19 13:40:26 +01:00
parent fb1fdaf4b5
commit 0e3d24ad55
+1 -1
View File
@@ -515,7 +515,7 @@ def api_v1_status(tweet_id):
tweet_id = int(tweet_id[1:])
else:
args = tweet_id.split(activityseparator)
embedIndex = int(args[0])
embedIndex = int(args[0])-1
tweet_id = int(args[1])
if len(args)>2:
lang=args[2]