Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

create_group called on TransportLayerClient #7390

Closed
anoadragon453 opened this issue May 1, 2020 · 2 comments
Closed

create_group called on TransportLayerClient #7390

anoadragon453 opened this issue May 1, 2020 · 2 comments
Labels
z-bug (Deprecated Label) z-p2 (Deprecated Label)

Comments

@anoadragon453
Copy link
Member

res = yield self.transport_client.create_group(
get_domain_from_id(group_id), group_id, user_id, content
)

TransportLayerClient nor any parent class has a create_group method. It looks like this might be a typo for self.groups_server_handler.create_group, however the arguments do not match the function signature.

@clokep
Copy link
Member

clokep commented May 1, 2020

We had a brief previous conversation about this: #7363 (comment)

@anoadragon453 also said:

You know, I've been seeing tracebacks in my server logs for years related to group attestation. I bet this is it.

@clokep clokep added z-bug (Deprecated Label) z-p2 (Deprecated Label) labels May 1, 2020
@clokep
Copy link
Member

clokep commented Apr 26, 2022

Communities/groups are being removed, see #11584.

@clokep clokep closed this as completed Apr 26, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
z-bug (Deprecated Label) z-p2 (Deprecated Label)
Projects
None yet
Development

No branches or pull requests

2 participants