Add support for favorites to the search service

This commit is contained in:
André Duffeck
2026-03-13 09:38:28 +01:00
parent 57fdbb2d4c
commit ce5ec1b3dc
12 changed files with 151 additions and 101 deletions
@@ -79,6 +79,7 @@ message Entity {
ResourceID remote_item_id = 17;
Image image = 18;
Photo photo = 19;
repeated string favorites = 20;
}
message Match {