chore: add more reactions

This commit is contained in:
Steven
2024-02-08 21:20:51 +08:00
parent 334e489867
commit 4081a6f5ad
13 changed files with 222 additions and 134 deletions

View File

@ -44,7 +44,7 @@ func (d *DB) ListReactions(ctx context.Context, find *store.FindReaction) ([]*st
reaction_type
FROM reaction
WHERE `+strings.Join(where, " AND ")+`
ORDER BY id DESC`,
ORDER BY id ASC`,
args...,
)
if err != nil {