eBooru/app/serializers
Earlopain e0182057a2
[Posts] Save typed_tags indexed by category id
This is how they actually got cached on the index action.

Fixes tags with invalid categories overwriting all other general tags on the index action.
The cached @typed_tags weren't actually used there because of key mismatching,
except for invalid categories since they fall back to "general" (should have been 0).
2023-08-29 17:33:30 +02:00
..
post_event_serializer.rb [Posts] Address postevent review 2022-01-09 01:47:06 +01:00
post_serializer.rb [Posts] Save typed_tags indexed by category id 2023-08-29 17:33:30 +02:00