move
This commit is contained in:
@@ -13,7 +13,7 @@ class REST::MediaAttachmentSerializer < ActiveModel::Serializer
|
||||
|
||||
def url
|
||||
if object.file_file_name and object.file_file_name.start_with? "gab://media/"
|
||||
return object.file_file_name.sub("gab://media/", "").split("|")[1]
|
||||
return object.file_file_name.sub("gab://media/", "").sub("https://gabfiles.blob.core.windows.net/", "https://gab.com/media/").sub("https://files.gab.com/file/files-gab/", "https://gab.com/media/").split("|")[1]
|
||||
end
|
||||
|
||||
if object.needs_redownload?
|
||||
@@ -29,7 +29,7 @@ class REST::MediaAttachmentSerializer < ActiveModel::Serializer
|
||||
|
||||
def preview_url
|
||||
if object.file_file_name and object.file_file_name.start_with? "gab://media/"
|
||||
return object.file_file_name.sub("gab://media/", "").split("|")[0]
|
||||
return object.file_file_name.sub("gab://media/", "").sub("https://gabfiles.blob.core.windows.net/", "https://gab.com/media/").sub("https://files.gab.com/file/files-gab/", "https://gab.com/media/").split("|")[0]
|
||||
end
|
||||
|
||||
if object.needs_redownload?
|
||||
|
||||
Reference in New Issue
Block a user