Closed HuyaneMatsu closed 1 year ago
At message-move and at channel-move commands the author name's length is not checked and can get out of the expected range (?). At wrapper side it is limited to 32 which also needs a revision.
The max name length is indeed higher than 32 (80).
Fix pushed 🚀
At message-move and at channel-move commands the author name's length is not checked and can get out of the expected range (?). At wrapper side it is limited to 32 which also needs a revision.