Commit Graph

6 Commits

Author SHA1 Message Date
f8a4775bcc Add retrieving limited number of messages
Optional `lastMsg` now works by getting all messages with a newer
timestamp than the reference message.
  Optional `limit` works using SQL ~magic~ keyword `LIMIT`.
  Also `limit` has to be at least 1.
2021-12-19 01:05:13 +01:00
a2b60d3f58 Update API test script 2021-12-16 18:39:33 +01:00
d6e92943ba Fix broken newline in test-api.sh 2021-12-13 14:38:32 +01:00
be372352a4 Change port in test-api.sh back to 8080 2021-12-13 14:34:10 +01:00
f3b9e91040 Add sending messages to chats and groups 2021-12-12 22:52:11 +01:00
ecdcbe6577 Add script for testing the API 2021-12-11 22:44:01 +01:00