forked from GNUsocial/gnu-social
		
	Micro-app fix: pass foreign options (remote source & original URI) with OStatus input
This commit is contained in:
		@@ -310,7 +310,7 @@ abstract class MicroAppPlugin extends Plugin
 | 
				
			|||||||
                             'source' => 'ostatus');
 | 
					                             'source' => 'ostatus');
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            // $actor is an ostatus_profile
 | 
					            // $actor is an ostatus_profile
 | 
				
			||||||
            $this->saveNoticeFromActivity($activity, $actor->localProfile());
 | 
					            $this->saveNoticeFromActivity($activity, $actor->localProfile(), $options);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            return false;
 | 
					            return false;
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user