RocketChat / Rocket.Chat.Apps-engine

The Rocket.Chat Apps engine and definitions.

Home Page:https://rocketchat.github.io/Rocket.Chat.Apps-engine/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[BUG] If username does not exist, `getUserReader().getByUsername()` returns `undefined`

aditya-mitra opened this issue · comments

The IRead.getUserReader().getByUsername() returns undefined even though the documentation say Promise<IUser>.

This causes the server to crash

image