mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-06 14:33:10 -06:00
* Pass unread count even when pusher format is event_id_only * Count distinct roomID in select contifications count * Fix notifications tests
9 lines
217 B
JSON
9 lines
217 B
JSON
{
|
|
"go.lintTool": "golangci-lint",
|
|
"go.testEnvVars": {
|
|
"POSTGRES_HOST": "localhost",
|
|
"POSTGRES_USER": "postgres",
|
|
"POSTGRES_PASSWORD": "foobar",
|
|
"POSTGRES_DB": "postgres"
|
|
}
|
|
} |