mirror of
https://github.com/xfgryujk/blivechat.git
synced 2024-12-26 04:41:40 +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 [],
|
||||
# 15: textEmoticons
|
||||
[], # 已废弃,保留
|
||||
# 16: authorId
|
||||
author_id
|
||||
# 16: uid
|
||||
uid
|
||||
]
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user