Fix user instantiation bug #3

Open
hnarjis wants to merge 5 commits from hnarjis/matrix-appservice-kakaotalk:user-instantiation-fix into master
1 changed files with 3 additions and 1 deletions
Showing only changes of commit 73809ba087 - Show all commits

View File

@ -14,7 +14,9 @@
// You should have received a copy of the GNU Affero General Public License
// along with this program. If not, see <https://www.gnu.org/licenses/>.
import { sha512 } from "hash-wasm"
import { DefaultConfiguration } from "node-kakao"
import kakao from "node-kakao"
const { DefaultConfiguration } = kakao
DefaultConfiguration.version = "3.4.2"