TalentTweet work, cleanups

- added other RT/QRT considerations
- announce tweet text moved to TalentTweet
- some general clean up
This commit is contained in:
muskit
2023-08-16 18:48:13 -07:00
parent 1161764769
commit 41b261072f
4 changed files with 129 additions and 116 deletions
+16
View File
@@ -0,0 +1,16 @@
possible combinations which involve a "target cross-tweeter" B
A retweets B
- B's tweet may have cross-mentions (B1, B2, etc.)
- rt_author_id=B; rt_mentions=B1,B2,...
A retweets tweet mentioning B
- rt_author_id=...; rt_mentions=B...
A quotes a tweet from B
- B's tweet may have cross-mentions (B1, B2, etc.)
- quote_retweeted=B; rt_mentions=B1,B2,...
A quotes a tweet mentioning B
- quote_retweeted=...; rt_mentions=B...
-- NO --
A retweets a tweet that quotes a tweet mentioning B?