allow subs to resub, from xwatt
This commit is contained in:
parent
f4dfdcea25
commit
78a58539ea
|
@ -1941,7 +1941,7 @@ func followyou2(user *WhatAbout, j junk.Junk) {
|
||||||
|
|
||||||
ilog.Printf("updating honker accept: %s", who)
|
ilog.Printf("updating honker accept: %s", who)
|
||||||
db := opendatabase()
|
db := opendatabase()
|
||||||
row := db.QueryRow("select name, folxid from honkers where userid = ? and xid = ? and flavor in ('presub')",
|
row := db.QueryRow("select name, folxid from honkers where userid = ? and xid = ? and flavor in ('presub', 'sub')",
|
||||||
user.ID, who)
|
user.ID, who)
|
||||||
var name, folxid string
|
var name, folxid string
|
||||||
err := row.Scan(&name, &folxid)
|
err := row.Scan(&name, &folxid)
|
||||||
|
|
Loading…
Reference in New Issue