fix group chid data attr
| @@ -3087,7 +3087,7 @@ async function unhideMessageCallback(args, value) { | ||
| 3087 | 3087 | * @returns {void} |
| 3088 | 3088 | */ |
| 3089 | 3089 | function performGroupMemberAction(chid, action) { |
| 3090 | 3090 | const memberSelector = `.group_member[data-chid="${chid}"]`; |
| 3091 | 3091 | // Do not optimize. Paginator gets recreated on every action |
| 3092 | 3092 | const paginationSelector = '#rm_group_members_pagination'; |
| 3093 | 3093 | const pageSizeSelector = '#rm_group_members_pagination select'; |