From a6055966a752ecbede640057609503df5a86a6cd Mon Sep 17 00:00:00 2001 From: Thomas Date: Thu, 30 Apr 2020 09:58:52 +0200 Subject: [PATCH] add information --- public/js/emojionearea.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/public/js/emojionearea.js b/public/js/emojionearea.js index 2167bbc..3c924eb 100644 --- a/public/js/emojionearea.js +++ b/public/js/emojionearea.js @@ -4,6 +4,8 @@ * Copyright Andrey Izman and other contributors * Released under the MIT license * Date: 2018-04-27T09:03Z + * stom79: https://github.com/stom79 + * Edited: 2020-04 adding completion for mentions related to the Mastodon API */ window = ( typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {} ); document = window.document || {};