mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-02-02 04:52:54 -05:00
David Yip
c17c07158a
Introduce Glitch::AccountRelationships (#193)
Where possible, it is a good idea to add new backend code in ways that will minimize conflict with upstream changes. We can't do that everywhere, but we can move our custom methods to a module that won't be modified upstream, and that's a start. This commit also gets the block/mute note maps into REST::RelationshipSerializer under the "block_notes" and "mute_notes" keys.
Mastodon Glitch Edition
Now with automated deploys!
So here's the deal: we all work on this code, and then it runs on dev.glitch.social and anyone who uses that does so absolutely at their own risk. can you dig it?
- You can view documentation for this project at glitch-soc.github.io/docs/.
- And contributing guidelines are available here and here.
Description
Languages
Ruby
49.1%
JavaScript
25.6%
TypeScript
13.9%
SCSS
7.6%
Haml
3.4%
Other
0.4%