Shares #109

Merged
amigan merged 59 commits from shareUI into trunk 2025-02-14 00:25:03 -05:00
Showing only changes of commit f5e969cea3 - Show all commits

View file

@ -98,7 +98,7 @@ func (s *api) respondShareHandler(ie EntityFunc) ShareHandlerFunc {
} }
sRes := shareResponse{ sRes := shareResponse{
ID: id, ID: share.ID,
Type: share.Type, Type: share.Type,
SharedItem: res, SharedItem: res,
} }