feat: commitCollabPacket can now be called in server context
- added check whether operation is called in server context
- if we are, we use cid argument
idea: users calls it like this in server context:
await commitCollabPacket( answerID, Answer._class, 'SERVER', 'SERVER', CollabPacketType.Update, updateAsBase64String, )();
-> cid == 'SERVER'