server icon indicating copy to clipboard operation
server copied to clipboard

Adjust message api to get all messages bigger than id

Open jmattheis opened this issue 5 years ago • 4 comments

GET /message?until=5

jmattheis avatar Jun 15 '20 19:06 jmattheis

I find until to be confusing. It could also be from 0 until 5. Would you mind if the parameter would be greater instead of until, or something similar?

najtin avatar Jun 17 '21 17:06 najtin

There is already a since parameter, so until would be the counterpart for this. With the knowledge that the message api returns messages in descending order, until makes sense.

jmattheis avatar Jun 17 '21 18:06 jmattheis