Start work on exposing which channels the user has admin rights to
This commit is contained in:
parent
95b1ab9574
commit
7a04ee3b71
7 changed files with 70 additions and 36 deletions
|
@ -1295,7 +1295,8 @@ message Nonce {
|
|||
message Channel {
|
||||
uint64 id = 1;
|
||||
string name = 2;
|
||||
optional uint64 parent_id = 3;
|
||||
bool user_is_admin = 3;
|
||||
optional uint64 parent_id = 4;
|
||||
}
|
||||
|
||||
message Contact {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue