diff --git a/syncapi/storage/sqlite3/notification_data_table.go b/syncapi/storage/sqlite3/notification_data_table.go index 0c193d42c..101749b76 100644 --- a/syncapi/storage/sqlite3/notification_data_table.go +++ b/syncapi/storage/sqlite3/notification_data_table.go @@ -43,11 +43,11 @@ func NewSqliteNotificationDataTable(db *sql.DB, streamID *StreamIDStatements) (t } type notificationDataStatements struct { - db *sql.DB - streamIDStatements *StreamIDStatements - upsertRoomUnreadCounts *sql.Stmt - selectUserUnreadCountsForRooms *sql.Stmt - selectMaxID *sql.Stmt + db *sql.DB + streamIDStatements *StreamIDStatements + upsertRoomUnreadCounts *sql.Stmt + selectMaxID *sql.Stmt + //selectUserUnreadCountsForRooms *sql.Stmt } const notificationDataSchema = `