Skip to content

feat: commitCollabPacket can now be called in server context

Frederic Döll requested to merge fred/commitCollabPacket-server-context into master
  • 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'

Merge request reports

Loading