deprecate/remove get_channel_by_nick() which is just a less generalised variant of channelx_by_nick()
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user