The rust mscbot implementation would write concerns in the form: * we need to spec exactly who is allowed to delete an attachment (https://github.com/matrix-org/matrix-doc/issues/2278#issuecomment-529575988) Whereas mscbot-python currently writes them as: * we need to spec exactly who is allowed to delete an attachment i.e, without the status comment. So, we need to parse concerns with status comments attached. I imagine this will be quite simple with some regex. It would also be nice to attach a link to the comment like the old bot used to do.