working with db, docker working, small error with personal data
This commit is contained in:
@@ -48,6 +48,7 @@ export default class Message {
|
||||
let entry = this.entries[i]
|
||||
if(entry.conversation = convoID) {
|
||||
let userID = entry.from
|
||||
console.warn("dm.js 51: This call to global.db needs to be awaited")
|
||||
let fromUser = global.db.members.get(userID)
|
||||
let newObj = {
|
||||
...entry
|
||||
|
||||
Reference in New Issue
Block a user