Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

古いファイルがslack-patron上で表示されなくなっている #44

Open
hakatashi opened this issue Feb 5, 2023 · 0 comments
Assignees

Comments

@hakatashi
Copy link
Member

image

いつからかわからないが、slackからエクスポートされるデータの中の添付ファイルの情報が hidden_by_limit で隠されるようになったので、エクスポートからログを読み込むと添付ファイルが見られなくなってしまうようになった。

    {
        "type": "message",
        "text": "...",
        "files": [
            {
                "id": "FG8G881J5",
                "mode": "hidden_by_limit"
            }
        ],
        ...
    },

slackFileArchiverで記録しているログからファイル情報を復旧し、ログを表示する際に適切に情報を埋めてあげる必要がありそう。

@hakatashi hakatashi self-assigned this Feb 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant