mirror of
				https://github.com/NodeBB/NodeBB.git
				synced 2025-11-03 20:45:58 +01:00 
			
		
		
		
	removed graph/picture, closes #72
This commit is contained in:
		@@ -39,7 +39,7 @@ define(['taskbar'], function(taskbar) {
 | 
			
		||||
 | 
			
		||||
				composer.taskbar.push('composer', uuid, {
 | 
			
		||||
					title: (!threadData.cid ? (threadData.title || '') : 'New Topic'),
 | 
			
		||||
					icon: '/graph/users/' + threadData.username + '/picture'
 | 
			
		||||
					icon: threadData.picture
 | 
			
		||||
				});
 | 
			
		||||
 | 
			
		||||
				composer.posts[uuid] = {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user