summaryrefslogtreecommitdiff
path: root/client.rb
diff options
context:
space:
mode:
Diffstat (limited to 'client.rb')
-rw-r--r--client.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/client.rb b/client.rb
index c2995f5..bc153f5 100644
--- a/client.rb
+++ b/client.rb
@@ -82,12 +82,6 @@ helpers do
halt 403 unless session['client']
end
- def find_file(id)
- Dir[File.join('*', 'object', '*', '*.json')].find do |f|
- JSON.parse(File.read(f))['id'] == id
- end
- end
-
def public
recipients = ['https://www.w3.org/ns/activitystreams#Public']
recipients += JSON.parse(File.read(FOLLOWERS))['orderedItems']