Commit 4ea6cad5 by Oleksandr Barabash

version updated to 1.2.13, empty orgWide permission removed

parent 4267a5d7
...@@ -14,7 +14,7 @@ CARDS_PATH = os.path.join(ASSETS_PATH, "cards") ...@@ -14,7 +14,7 @@ CARDS_PATH = os.path.join(ASSETS_PATH, "cards")
STRINGS_PATH = os.path.join(ASSETS_PATH, "strings") STRINGS_PATH = os.path.join(ASSETS_PATH, "strings")
APP_VERSION = "1.1.193" APP_VERSION = "1.2.13"
class Auth: class Auth:
......
...@@ -52,7 +52,6 @@ manifest = { ...@@ -52,7 +52,6 @@ manifest = {
# "resource": ""}, # "resource": ""},
"authorization": { "authorization": {
"permissions": { "permissions": {
"orgWide": [],
"resourceSpecific": [ "resourceSpecific": [
{ {
"name": "ChannelMeeting.ReadBasic.Group", "name": "ChannelMeeting.ReadBasic.Group",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment