Changes:
- methods should ALWAYS start lower-case, not upper - documented a bit more
This commit is contained in:
@@ -85,7 +85,7 @@ class Conversations extends BaseApi
|
||||
|
||||
while ($conv = DBA::fetch($convs)) {
|
||||
self::setBoundaries($conv['id']);
|
||||
$conversations[] = DI::mstdnConversation()->CreateFromConvId($conv['id']);
|
||||
$conversations[] = DI::mstdnConversation()->createFromConvId($conv['id']);
|
||||
}
|
||||
|
||||
DBA::close($convs);
|
||||
|
||||
Reference in New Issue
Block a user