YOLO UPDATE #3

Merged
Future merged 17 commits from update into alterware 2026-09-01 11:55:15 +00:00
Showing only changes of commit 0e3d24ad55 - Show all commits
+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]