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

(Feature request) Retrieve message history from a given time #493

Open
SirBuildsALot opened this issue Nov 15, 2020 · 1 comment · May be fixed by #903
Open

(Feature request) Retrieve message history from a given time #493

SirBuildsALot opened this issue Nov 15, 2020 · 1 comment · May be fixed by #903

Comments

@SirBuildsALot
Copy link

Retrieve message history from a given time

When I was working on a report review system for my game I found that it would be useful to be able to retrieve message history from a given date/time.

For example, in my game I’m trying to have it lookup message history around the time of the report so that the person reviewing it can get more information on the situation.

Currently this is not possible, you can only fetch history forwards/backwards of a particular point since the last message history was returned. So if someone could add the ability to return message history from a specify date/time that would be awesome.

@novabyte
Copy link
Member

I spoke with @SirBuildsALot on the forums about this feature request. The use case is valuable but the challenge is to make sure that the range queries we utilize can be scoped to an arbitrary start time indicated by the input to the API. We should also make the option to list chat messages available as a function available in the server runtime.

@ftkg ftkg linked a pull request Aug 29, 2022 that will close this issue
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

Successfully merging a pull request may close this issue.

2 participants