RocketChat / Rocket.Chat.js.SDK

Utility for apps and bots to interact with Rocket.Chat via DDP and/or API
MIT License
136 stars 94 forks source link

Expect editedBy name #161

Open kbrianps opened 1 year ago

kbrianps commented 1 year ago

Hi,

I'm creating a bot and noticed that the editedBy field doesn't contain a name property like MessageObject.u usually does.

In addition to satisfy developer expectation and provide information clearly, supporting tracking and publicizing, this would avoid the need to have in code another method to get full name.