forked from GNUsocial/gnu-social
		
	showstream for singleuser instance too
singleuser instances shouldn't be too special and have too many alternative methods of doing stuff.
This commit is contained in:
		@@ -1066,16 +1066,16 @@ class Router
 | 
			
		||||
                $m->connect(':nickname/rsd.xml',
 | 
			
		||||
                            array('action' => 'rsd'),
 | 
			
		||||
                            array('nickname' => Nickname::DISPLAY_FMT));
 | 
			
		||||
 | 
			
		||||
                $m->connect(':nickname',
 | 
			
		||||
                            array('action' => 'showstream'),
 | 
			
		||||
                            array('nickname' => Nickname::DISPLAY_FMT));
 | 
			
		||||
 | 
			
		||||
                $m->connect(':nickname/',
 | 
			
		||||
                            array('action' => 'showstream'),
 | 
			
		||||
                            array('nickname' => Nickname::DISPLAY_FMT));
 | 
			
		||||
            }
 | 
			
		||||
 | 
			
		||||
            $m->connect(':nickname',
 | 
			
		||||
                        array('action' => 'showstream'),
 | 
			
		||||
                        array('nickname' => Nickname::DISPLAY_FMT));
 | 
			
		||||
 | 
			
		||||
            $m->connect(':nickname/',
 | 
			
		||||
                        array('action' => 'showstream'),
 | 
			
		||||
                        array('nickname' => Nickname::DISPLAY_FMT));
 | 
			
		||||
 | 
			
		||||
            // AtomPub API
 | 
			
		||||
 | 
			
		||||
            $m->connect('api/statusnet/app/service/:id.xml',
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user