improve responsiveness of emoji stealer and remove copypasta
This commit is contained in:
parent
7eabe5ace4
commit
e2b4c712af
4 changed files with 122 additions and 202 deletions
|
|
@ -2089,6 +2089,7 @@ const listEmojiPacks = ({ page, pageSize }) => {
|
|||
}
|
||||
|
||||
const listRemoteEmojiPacks = ({ instance, page, pageSize }) => {
|
||||
console.log(instance)
|
||||
if (!instance.startsWith('http')) {
|
||||
instance = 'https://' + instance
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue