[backend] Add global usings for the most common namespace aliases

This commit is contained in:
Laura Hausmann 2024-02-06 22:08:16 +01:00
parent b0cae8a6f2
commit 68d5d907fe
No known key found for this signature in database
GPG key ID: D044E84C5BE01605

View file

@ -0,0 +1,2 @@
global using ActivityPub = Iceshrimp.Backend.Core.Federation.ActivityPub;
global using Mastodon = Iceshrimp.Backend.Controllers.Mastodon;