mirror of
https://github.com/friendica/friendica
synced 2025-04-27 15:10:11 +00:00
Add custom emojis Mastodon API endpoint
This commit is contained in:
parent
1ac9107e5f
commit
bd910342df
7 changed files with 114 additions and 30 deletions
10
src/Collection/Api/Mastodon/Emojis.php
Normal file
10
src/Collection/Api/Mastodon/Emojis.php
Normal file
|
@ -0,0 +1,10 @@
|
|||
<?php
|
||||
|
||||
namespace Friendica\Collection\Api\Mastodon;
|
||||
|
||||
use Friendica\BaseCollection;
|
||||
|
||||
class Emojis extends BaseCollection
|
||||
{
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue