allow zot-info to return results for address= with webbies or naked nicknames
This commit is contained in:
parent
2563edab43
commit
df66c510c9
@ -53,7 +53,8 @@ function zfinger_init(&$a) {
|
||||
}
|
||||
elseif(strlen($zaddr)) {
|
||||
$r = q("select channel.*, xchan.* from channel left join xchan on channel_hash = xchan_hash
|
||||
where channel_address = '%s' limit 1",
|
||||
where ( channel_address = '%s' or xchan_addr = '%s' ) limit 1",
|
||||
dbesc($zaddr),
|
||||
dbesc($zaddr)
|
||||
);
|
||||
}
|
||||
|
9901
util/messages.po
9901
util/messages.po
File diff suppressed because it is too large
Load Diff
@ -1 +1 @@
|
||||
2013-11-28.511
|
||||
2013-11-29.512
|
||||
|
@ -1131,10 +1131,9 @@ footer {
|
||||
margin-left: 50px;
|
||||
}
|
||||
|
||||
#profile-jot-plugin-wrapper,
|
||||
#profile-jot-submit-wrapper {
|
||||
margin-top: 10px;
|
||||
width:92%;
|
||||
width: 90%;
|
||||
}
|
||||
|
||||
#profile-upload-wrapper {
|
||||
|
Reference in New Issue
Block a user