Files
yarr/src/storage
Nadia Santalla c158912da4 fix media_links reading from DB
Prior to this commit, `MediaLinks` were always returned as `nil`.
Peeking a bit I figured that's becuase the argument to `MediaLinks.Scan`
is in fact a string, and not a `[]byte` as the code expects. I guess
that might be because `media_links` is a `json` (not `jsonb`) column in
sqlite. I have no idea which of the two is best to use for the DB side,
but it's easy to make the code support both.
2025-10-06 14:18:03 +01:00
..
2023-09-07 18:19:17 +01:00
2024-04-17 21:26:09 +01:00
2023-09-07 18:19:17 +01:00
2021-04-02 22:26:44 +01:00
2025-03-11 11:15:09 +00:00
2025-10-06 14:18:03 +01:00
2025-03-24 02:27:07 +00:00
2024-10-07 12:20:45 +01:00