c/general-discussion · by twissell@community.nodebb.org · 312dAdmin User ability to view private messaging of regular users I wonder if, as user A with superadmin privileges, I can read chats between regular users B and C. Is it ever possible? 1 points · 2 comments · view on lemmy.world
2 Comments
julian@community.nodebb.org · 2 pts · 312d
Twissell it is possible, yes. NodeBB chats are not E2EE, so don't use it with anything more than superficial expectations of privacy.
That said, there are no easily available tools to do so. You'd have to build your own interface or dive into the database to read said messages.
twissell@community.nodebb.org · 1 pts · 311d
julian thanks for response. So you literally meant there is no built-in feature(s) to do so? And I can accomplish this via custom plugin only.