mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
This is refactoring all our fragments and fixing the warning about an existing name `user`. Apparently, fragments should have a unique name globally. I decided to call `userFragment`, `postFragment` the fragments for one object and use different names to query for related objects. I would be glad to learn a better way to handle this.