PadMessageHandler: Add missing parseNum() for attribute lookup

This commit is contained in:
Richard Hansen 2021-11-16 17:59:33 -05:00
parent a052580bd1
commit ae1741c25b

View file

@ -608,7 +608,7 @@ const handleUserChanges = async (socket, message) => {
op.attribs.split('*').forEach((attr) => {
if (!attr) return;
attr = wireApool.getAttrib(attr);
attr = wireApool.getAttrib(Changeset.parseNum(attr));
if (!attr) return;
// the empty author is used in the clearAuthorship functionality so this