-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathSlackAdmin.page
25 lines (16 loc) · 1.61 KB
/
SlackAdmin.page
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
# Haskell-jp Slack Workspace管理者へ
## Slackの招待リンクの更新
誰でも登録できるよう、「shared invite link」という仕組みを利用しているのだが、2019/09/28時点のSlackのshared invite linkの制限で、2000人以上が登録すると、無効になってしまうという問題がある:
[Slackの招待リンクの有効期限が切れてしまった · Issue #16 · haskell-jp/community](https://github.com/haskell-jp/community/issues/16)
その際は、Slackの設定項目から「shared invite link」なるものを探して欲しい。
2019/09/28時点のSlackでは、招待用のリンクが勝手に更新されているはずだ。
それをコピーして、少なくとも下記のPull requestのとおり、3つのリポジトリーを更新して欲しい。
- <https://github.com/haskell-jp/haskell-jp.github.io/pull/18>
- <https://github.com/haskell-jp/blog/pull/174>
- <https://github.com/haskell-jp/haskell-jp-wiki/pull/9>
なお、Haskell-jp WikiをPull requestなど、Gititの外から更新した場合は、Herokuのconfig varsを適当に更新すると、強制的に再起動させることができるのでおすすめ。
## 発言のログ
大半のログは <https://haskell.jp/slack-log/> から閲覧することができる。
現状CSSが当たっていないので読みにくいが...
[slack-log](https://github.com/haskell-jp/slack-log)というアプリケーションを自ら作って毎日 @igrep のPCで実行することで更新されている。
詳細な使い方はこちらのリポジトリーのドキュメントに書く予定。