mirror of
				https://gitlab.com/comunic/comunicapiv2
				synced 2025-10-30 17:14:43 +00:00 
			
		
		
		
	Fix mistake
This commit is contained in:
		| @@ -596,7 +596,7 @@ export class GroupsController { | ||||
| 		if(advanced) { | ||||
| 			data["time_create"] = info.timeCreate; | ||||
| 			data["description"] = info.hasDescription ? info.description : "null"; | ||||
| 			data["url"] = info.url ? info.hasURL : "null"; | ||||
| 			data["url"] = info.hasURL ? info.url : "null"; | ||||
|  | ||||
| 			data["number_likes"] = await LikesHelper.Count(info.id, LikesType.GROUP); | ||||
| 			data["is_liking"] = h.signedIn ? await LikesHelper.IsLiking(h.getUserId(), info.id, LikesType.GROUP) : false; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user