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
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.
The text was updated successfully, but these errors were encountered:
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
linked a pull request
Aug 29, 2022
that will
close
this issue
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.
The text was updated successfully, but these errors were encountered: