mirror of
https://git.v0l.io/Kieran/void.cat.git
synced 2025-11-15 06:16:27 +01:00
Move redirect (again)
This commit is contained in:
@@ -53,7 +53,8 @@ public sealed class FileInfoManager
|
||||
Payment = meta.Paywall,
|
||||
Bandwidth = bandwidth,
|
||||
Uploader = user?.Flags.HasFlag(UserFlags.PublicProfile) == true || withEditSecret ? user?.ToApiUser(false) : null,
|
||||
VirusScan = virusScan?.ToVirusStatus()
|
||||
VirusScan = virusScan?.ToVirusStatus(),
|
||||
IsNostr = user?.AuthType is UserAuthType.Nostr
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user