Merge commit 'e3fd07197379f1ac7fd4a761b3ff55effa1a2a6c' into glitch-soc/merge-upstream

This commit is contained in:
Claire
2023-08-24 21:50:14 +02:00
5 changed files with 18 additions and 8 deletions
+2 -2
View File
@@ -51,11 +51,11 @@ class PublicFeed
end
def local_only?
options[:local]
options[:local] && !options[:remote]
end
def remote_only?
options[:remote]
options[:remote] && !options[:local]
end
def account?