···1+# dev-env
2+3+Borrowed directly from
4+[atcute](https://github.com/mary-ext/atcute/tree/trunk/packages/internal/dev-env),
5+MIT licensed. Used primarily as a CI environment.
···1+export * from "./constants.js";
2+export * from "./network.js";
3+export * from "./pds.js";
4+export * from "./plc.js";
5+export * from "./utils.js";
···65 did = aturi.Authority().String()
66 // if it's chat, we want the clip from the streamer, not from the chatter
67 if aturi.Collection() == "place.stream.chat.message" {
68- msg, err := s.model.GetChatMessage(body.Subject.RepoStrongRef.Cid)
69 if err != nil {
70 log.Error(ctx, "failed to get chat message for chat report", "error", err)
71 } else {
···65 did = aturi.Authority().String()
66 // if it's chat, we want the clip from the streamer, not from the chatter
67 if aturi.Collection() == "place.stream.chat.message" {
68+ msg, err := s.model.GetChatMessage(body.Subject.RepoStrongRef.Uri)
69 if err != nil {
70 log.Error(ctx, "failed to get chat message for chat report", "error", err)
71 } else {