/apps/meteor/app/lib/server/functions/insertMessage.ts is used by MessageConverter.ts (/apps/meteor/app/importer/server/classes/converters/MessageConverter.ts) in importing messages, but it does so via importing it directly rather than through importing the Message object from core-services. It is not added IMessageService.ts (packages/core-services/src/types/IMessageService.ts) or the class service.ts.
/apps/meteor/app/lib/server/functions/insertMessage.ts is used by MessageConverter.ts (/apps/meteor/app/importer/server/classes/converters/MessageConverter.ts) in importing messages, but it does so via importing it directly rather than through importing the Message object from core-services. It is not added IMessageService.ts (packages/core-services/src/types/IMessageService.ts) or the class service.ts.