Fix #110 - Make web UI use browser history, change links in e-mails to link to that
This commit is contained in:
		
							parent
							
								
									c4eb63c1d4
								
							
						
					
					
						commit
						d42ed78aa4
					
				
					 10 changed files with 51 additions and 46 deletions
				
			
		|  | @ -88,7 +88,7 @@ const Search = React.createClass({ | |||
|     if (suggestion.type === 'account') { | ||||
|       this.context.router.push(`/accounts/${suggestion.id}`); | ||||
|     } else { | ||||
|       this.context.router.push(`/statuses/tag/${suggestion.id}`); | ||||
|       this.context.router.push(`/timelines/tag/${suggestion.id}`); | ||||
|     } | ||||
|   }, | ||||
| 
 | ||||
|  |  | |||
		Reference in a new issue