mirror of
https://github.com/xfgryujk/blivechat.git
synced 2025-01-13 22:00:15 +08:00
[Fix] author_id -> uid (#141)
* [Fix] author_id -> uid * [Fix] author_id -> uid
This commit is contained in:
parent
09a8538406
commit
c8ff34c998
@ -104,8 +104,8 @@ def make_text_message_data(
|
|||||||
content_type_params if content_type_params is not None else [],
|
content_type_params if content_type_params is not None else [],
|
||||||
# 15: textEmoticons
|
# 15: textEmoticons
|
||||||
[], # 已废弃,保留
|
[], # 已废弃,保留
|
||||||
# 16: authorId
|
# 16: uid
|
||||||
author_id
|
uid
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user