deprecate/remove get_channel_by_nick() which is just a less generalised variant of channelx_by_nick()

This commit is contained in:
zotlabs
2016-11-08 18:15:57 -08:00
parent db3d230ad9
commit 74947d1c1c
6 changed files with 26 additions and 28 deletions

View File

@@ -22,7 +22,7 @@ class Wall_upload extends \Zotlabs\Web\Controller {
}
else {
if(argc() > 1)
$channel = get_channel_by_nick(argv(1));
$channel = channelx_by_nick(argv(1));
}
if(! $channel) {