Merge branch 'main' into neilalexander/presencecompletesync

This commit is contained in:
Neil Alexander 2022-04-26 16:02:33 +01:00
commit 551845172a
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944
2 changed files with 2 additions and 2 deletions

View file

@ -118,7 +118,7 @@ func (s *accountDataStatements) SelectAccountDataInRange(
var dataType string
var roomID string
var id types.StreamPosition
id := r.From
for rows.Next() {
if err = rows.Scan(&id, &roomID, &dataType); err != nil {

View file

@ -114,7 +114,7 @@ func (s *accountDataStatements) SelectAccountDataInRange(
var dataType string
var roomID string
var id types.StreamPosition
id := r.From
for rows.Next() {
if err = rows.Scan(&id, &roomID, &dataType); err != nil {