Skip to content

Commit 14a931f

Browse files
ashfameakirk
authored andcommitted
move readme section
1 parent 275b2e3 commit 14a931f

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,15 @@ In addition to all features of the upstream bridge, this fork adds the following
3131
- 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)]
3232
- 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)]
3333

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+
3443
## Usage
3544

3645
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
158167
"matrix": "janedoe"
159168
}
160169
```
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

Comments
 (0)