feat(events): search through organizer

This commit is contained in:
2025-04-01 19:59:17 +00:00
parent 0d3f86532e
commit a37818fc49
5 changed files with 30 additions and 14 deletions

View File

@@ -368,6 +368,11 @@ func NewLocationEventAgent(locationModel models.LocationModel, eventModel models
return event, err
}
_, err = agent.contactModel.SaveToImage(ctx, info.imageId, organizer.ID)
if err != nil {
return event, err
}
locationId, err := uuid.Parse(args.LocationId)
if err != nil {
return event, err