sharded-gotify/database
Jannis Mattheis 8d7c7a5a50 Correctly delete all messages from a user
Till now only the ApplicationID got remove from the message, therefore
the message was still in the database but not visible for the user.
2018-03-25 19:33:29 +02:00
..
application.go Adjust token database impl 2018-03-11 17:58:44 +01:00
application_test.go Adjust token database impl 2018-03-11 17:58:44 +01:00
client.go Adjust token database impl 2018-03-11 17:58:44 +01:00
client_test.go Adjust token database impl 2018-03-11 17:58:44 +01:00
database.go Add create default user flag for testing 2018-03-25 19:33:29 +02:00
database_test.go Add create default user flag for testing 2018-03-25 19:33:29 +02:00
message.go Correctly delete all messages from a user 2018-03-25 19:33:29 +02:00
message_test.go Adjust message database impl 2018-03-11 17:58:44 +01:00
user.go Rename to gotify 2018-02-12 16:48:01 +01:00
user_test.go Rename to gotify 2018-02-12 16:48:01 +01:00