-
Notifications
You must be signed in to change notification settings - Fork 19
/
app-manifest.yaml
82 lines (82 loc) · 1.79 KB
/
app-manifest.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
display_information:
name: mautrix-slack
features:
bot_user:
display_name: mautrix-slack
always_online: false
oauth_config:
scopes:
bot:
- channels:history
- channels:read
- channels:write.invites
- channels:write.topic
- chat:write
- chat:write.customize
- conversations.connect:write
- emoji:read
- files:read
- files:write
- groups:history
- groups:read
- groups:write
- groups:write.invites
- groups:write.topic
- im:history
- im:read
- im:write
- im:write.topic
- mpim:history
- mpim:read
- mpim:write
- mpim:write.topic
- pins:read
- pins:write
- reactions:read
- reactions:write
- team:read
- users:read
- users.profile:read
- users:read.email
settings:
event_subscriptions:
bot_events:
- app_uninstalled
- channel_archive
- channel_created
- channel_deleted
- channel_history_changed
- channel_id_changed
- channel_left
- channel_rename
- channel_shared
- channel_unarchive
- channel_unshared
- email_domain_changed
- emoji_changed
- group_archive
- group_deleted
- group_history_changed
- group_left
- group_rename
- group_unarchive
- im_history_changed
- member_joined_channel
- member_left_channel
- message.channels
- message.groups
- message.im
- message.mpim
- pin_added
- pin_removed
- reaction_added
- reaction_removed
- team_domain_change
- team_join
- team_rename
- user_change
interactivity:
is_enabled: false
org_deploy_enabled: false
socket_mode_enabled: true
token_rotation_enabled: false