[twitter] update 'user' and 'author' fields

- 'author' is always the user who authored a tweet
- 'user' is always the user specified in the input URL
  or equal to 'author' when the former is not given
This commit is contained in:
Mike Fährmann
2022-07-17 17:04:24 +02:00
parent 51b1999d4b
commit 749802c7bd
2 changed files with 26 additions and 47 deletions

View File

@@ -6,4 +6,4 @@
# it under the terms of the GNU General Public License version 2 as
# published by the Free Software Foundation.
__version__ = "1.22.4"
__version__ = "1.23.0-dev"