Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add owner_id for group dms, threads and forum posts #2330

Closed
wants to merge 2 commits into from

Conversation

Web-44
Copy link
Contributor

@Web-44 Web-44 commented Jan 5, 2023

Allows retrieving the creator/owner of a group dm or thread.
In code it just adds the owner_id (Option) field for deserialization upon to_channel invocation.

@github-actions github-actions bot added the model Related to the `model` module. label Jan 5, 2023
@arqunis
Copy link
Member

arqunis commented Jan 25, 2023

I have manually merged this in a074103 to fix the compilation of tests, and to exclude owner_id from PrivateChannel. Bots cannot be participants of Group channels, so it is unnecessary to include it there.

@arqunis arqunis closed this Jan 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
model Related to the `model` module.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants