You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,15 @@ In addition to all features of the upstream bridge, this fork adds the following
31
31
- Fix issue that caused files sent to a thread on Slack to be posted on the main timeline on Matrix [[#20](https://github.com/Automattic/matrix-appservice-slack/pull/20)][[upstream issue #671](https://github.com/matrix-org/matrix-appservice-slack/issues/671)]
32
32
- Fix issue that caused channel name to not be displayed in the output of the `link` and `list` admin commands [[upstream fix #756](https://github.com/matrix-org/matrix-appservice-slack/pull/756)]
33
33
34
+
## Team Sync Modifications
35
+
36
+
- Don't update Slack ghost users upon every message as they are already handled in realtime under team sync.
37
+
- Fix bug in membership change calculation when syncing channels upon boot.
38
+
- Handle `channel_archive` slack event.
39
+
- Define `rooms` field under teamsync config for who should be the creator, mods and admins in new rooms created by team sync.
40
+
- Tweak message that gets posted in a new channel to suggest inviting `matrixbridge` Slack app.
41
+
- Notify admins in admin room for bridge when bridge initialises upon boot, when a Slack channel is created/archived/deleted and unlinking of bridge fails upon channel archive/delete event.
42
+
34
43
## Usage
35
44
36
45
This fork is a drop-in replacement for the upstream bridge, so the setup instructions are the same as upstream. The only difference is of course that you need to get the code from this fork:
@@ -158,12 +167,3 @@ The endpoint should respond with `401` when the secret doesn't match, `404` when
158
167
"matrix": "janedoe"
159
168
}
160
169
```
161
-
162
-
## Team Sync Modifications
163
-
164
-
- Don't update Slack ghost users upon every message as they are already handled in realtime under team sync
165
-
- Fix bug in membership change calculation when syncing channels upon boot
166
-
- Handle `channel_archive` slack event
167
-
- Define `rooms` field under teamsync config for who should be the creator, mods and admins in new rooms created by team sync
168
-
- Tweak message that gets posted in a new channel to suggest inviting `matrixbridge` Slack app
169
-
- Notify admins in admin room for bridge when bridge initialises upon boot, when a Slack channel is created/archived/deleted and unlinking of bridge fails upon channel archive/delete event.
0 commit comments