关于微信群一个加人踢人的问题
Open
- Dominant language
- Python
- Stars
- 5.3k
- Forks
- 1.6k
- PR merge metrics
- No merged PRs in 30d
Description
当群信息有变动时,webwxsync返回的msg有个`ModContactList`字段。群信息变动包括创建群、群改名、群成员改名等等。
但我发现个问题就是,在加人踢人时,这个`ModContactList`有可能会是空,而且目前看到的情况是隔一段时间做的第一个加人或者踢人操作时`ModContactList`一般是空,之后连续的加人踢人操作就不是空了。
我怀疑是和加人操作可撤销有关(但踢人操作不可撤销),可一直没发现相关的标志位字段是什么。
Contributor guide
No contributing guide indexed for this repository
Research direction
Start at the webwxsync response and inspect the ModContactList field while reproducing the first and subsequent add-member and remove-member operations. Determine whether a flag or documented response pattern explains the empty first result; completion requires a confirmed cause and a clearly defined handling or documentation change.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100