|
|
@ -39,7 +39,7 @@ export class SocialService extends BaseService {
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
createGroup(name: string) {
|
|
|
|
createGroup(name: string) {
|
|
|
|
const body = SocialService.buildGroupCreateBody(name);
|
|
|
|
const body = SocialService.buildGroupCreateBody(name);
|
|
|
|
return this.postGraphql(body);
|
|
|
|
return this.postGraphql(body, null, 0);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
public removeFriend(id: number) {
|
|
|
|
public removeFriend(id: number) {
|
|
|
|