Remove Atom feeds and old URLs in the form of GET /:username/updates/:id (#11247)
				
					
				
			This commit is contained in:
		@@ -58,7 +58,7 @@ class REST::StatusSerializer < ActiveModel::Serializer
 | 
			
		||||
  end
 | 
			
		||||
 | 
			
		||||
  def uri
 | 
			
		||||
    OStatus::TagManager.instance.uri_for(object)
 | 
			
		||||
    ActivityPub::TagManager.instance.uri_for(object)
 | 
			
		||||
  end
 | 
			
		||||
 | 
			
		||||
  def content
 | 
			
		||||
@@ -66,7 +66,7 @@ class REST::StatusSerializer < ActiveModel::Serializer
 | 
			
		||||
  end
 | 
			
		||||
 | 
			
		||||
  def url
 | 
			
		||||
    TagManager.instance.url_for(object)
 | 
			
		||||
    ActivityPub::TagManager.instance.url_for(object)
 | 
			
		||||
  end
 | 
			
		||||
 | 
			
		||||
  def favourited
 | 
			
		||||
@@ -132,7 +132,7 @@ class REST::StatusSerializer < ActiveModel::Serializer
 | 
			
		||||
    end
 | 
			
		||||
 | 
			
		||||
    def url
 | 
			
		||||
      TagManager.instance.url_for(object.account)
 | 
			
		||||
      ActivityPub::TagManager.instance.url_for(object.account)
 | 
			
		||||
    end
 | 
			
		||||
 | 
			
		||||
    def acct
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user