3
0
mirror of https://github.com/ergochat/ergo.git synced 2026-03-23 23:58:10 +01:00

3 Commits

Author SHA1 Message Date
Shivaram Lingamneni
f9a11db153 fix (*SQLite).ListChannels
If the final channel we attempted to list had no messages, sql.ErrNoRows
would be returned as the error for the entire function, which would
prevent any channels from appearing in the targets list.
2026-03-20 04:15:29 +00:00
Shivaram Lingamneni
ca4c3c09df
goreleaser updates for v2.18 (#2357)
* Full build is default
* sqlite is only supported on Linux, MacOS, and FreeBSD;
  override the sqlite build tag based on OS where unsupported
2026-03-12 22:37:56 -04:00
Shivaram Lingamneni
768c01c17b
add a sqlite history backend (#2352) 2026-03-12 21:32:13 -04:00