dendrite/.vscode/settings.json
PiotrKozimor 8f9c0901a5
Feature - unread count (#14)
* Pass unread count even when pusher format is event_id_only

* Count distinct roomID in select contifications count

* Fix notifications tests
2022-07-18 09:24:56 +02:00

9 lines
217 B
JSON

{
"go.lintTool": "golangci-lint",
"go.testEnvVars": {
"POSTGRES_HOST": "localhost",
"POSTGRES_USER": "postgres",
"POSTGRES_PASSWORD": "foobar",
"POSTGRES_DB": "postgres"
}
}