のホスト

This commit is contained in:
mei23 2021-03-22 00:45:14 +09:00 committed by syuilo
parent d1efe1d208
commit 9e6cdd6106

View file

@ -16,7 +16,7 @@ type PopulatedEmoji = {
/**
*
* @param emojiName (:, @. (decodeReactionで可能))
* @param noteUserHost
* @param noteUserHost
* @returns , nullは未マッチを意味する
*/
export async function populateEmoji(emojiName: string, noteUserHost: string | null): Promise<PopulatedEmoji | null> {