feat(labrinth): instance share notification (#6581)

This commit is contained in:
Sychic
2026-07-01 14:21:56 +00:00
committed by GitHub
parent a00a7971d1
commit d20f05fb04
4 changed files with 57 additions and 0 deletions
@@ -0,0 +1,6 @@
INSERT INTO notifications_types
(name, delivery_priority, expose_in_user_preferences, expose_in_site_notifications)
VALUES ('shared_instance_invite', 1, FALSE, TRUE);
INSERT INTO users_notifications_preferences (user_id, channel, notification_type, enabled)
VALUES (NULL, 'email', 'shared_instance_invite', FALSE);