[PR #17] [MERGED] Add permissions #58

Closed
opened 2026-02-15 23:16:27 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/stoatchat/python-client-sdk/pull/17
Author: @DivyamChadha
Created: 10/18/2021
Status: Merged
Merged: 10/21/2021
Merged by: @Zomatree

Base: masterHead: permissions


📝 Commits (5)

📊 Changes

8 files changed (+462 additions, -19 deletions)

View changed files

📝 docs/api.rst (+4 -1)
📝 revolt/__init__.py (+1 -1)
📝 revolt/channel.py (+64 -2)
📝 revolt/http.py (+16 -4)
📝 revolt/permissions.py (+342 -4)
📝 revolt/role.py (+22 -3)
📝 revolt/server.py (+12 -3)
📝 revolt/types/channel.py (+1 -1)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/stoatchat/python-client-sdk/pull/17 **Author:** [@DivyamChadha](https://github.com/DivyamChadha) **Created:** 10/18/2021 **Status:** ✅ Merged **Merged:** 10/21/2021 **Merged by:** [@Zomatree](https://github.com/Zomatree) **Base:** `master` ← **Head:** `permissions` --- ### 📝 Commits (5) - [`951833b`](https://github.com/stoatchat/python-client-sdk/commit/951833b43aedd461632465a07b804aa2a005fd5e) Add permissions - [`b18ca26`](https://github.com/stoatchat/python-client-sdk/commit/b18ca26f063b242b835d4b7b816091358b451134) Add set_permission methods for server and channel - [`093c174`](https://github.com/stoatchat/python-client-sdk/commit/093c174894a650909300e3aa6b599b9c7cb40a17) Add to docs - [`5d600e5`](https://github.com/stoatchat/python-client-sdk/commit/5d600e50d021fec78c8bbc2a05a59dc069dbb3f0) Minor fix - [`0d9888e`](https://github.com/stoatchat/python-client-sdk/commit/0d9888eb3429326418c8c40585afc6b8a48b0ea2) Apply suggestions from code review ### 📊 Changes **8 files changed** (+462 additions, -19 deletions) <details> <summary>View changed files</summary> 📝 `docs/api.rst` (+4 -1) 📝 `revolt/__init__.py` (+1 -1) 📝 `revolt/channel.py` (+64 -2) 📝 `revolt/http.py` (+16 -4) 📝 `revolt/permissions.py` (+342 -4) 📝 `revolt/role.py` (+22 -3) 📝 `revolt/server.py` (+12 -3) 📝 `revolt/types/channel.py` (+1 -1) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 23:16:27 -05:00
yindo closed this issue 2026-02-15 23:16:27 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: stoatchat/python-client-sdk#58