we're not trying to call DOs from different DOs. We're trying to create a single websocket connection. and swap between chats without disconnecting and reconnecting websockets.
So we're trying to figure out how to get this.storage.list of a specific chat during a websocket event
if calling a DO2 from DO1 is a method to retrieve storages from different DOs. we can try to implement that.
note: we're using the DO chat sample project.