This commit is contained in:
zotlabs
2018-11-05 19:34:10 -08:00
parent 43a5f928ba
commit fabcf841c9
4 changed files with 15 additions and 5 deletions

View File

@@ -70,9 +70,10 @@ class Zot6Handler implements IHandler {
// This would be a permissions update, typically for one connection
foreach ($recipients as $recip) {
$r = q("select channel.*,xchan.* from channel
left join xchan on channel_hash = xchan_hash
where channel_hash ='%s' limit 1",
where xchan_hash ='%s' limit 1",
dbesc($recip)
);