Fix account_id, max_id and min_id params not working in search (#26847)

This commit is contained in:
Eugen Rochko
2023-09-08 14:25:00 +02:00
committed by GitHub
parent e9b528eaee
commit 3a679844e4
5 changed files with 52 additions and 7 deletions
+4
View File
@@ -104,6 +104,10 @@ module Mastodon::Snowflake
id
end
def to_time(id)
Time.at((id >> 16) / 1000).utc
end
private
def already_defined?