Make real name and other properties optional - pass 1
This commit is contained in:
@@ -20,10 +20,7 @@ exports.getModule = class MyMessagesModule extends MenuModule {
|
||||
|
||||
initSequence() {
|
||||
const filter = {
|
||||
toUserName: [
|
||||
this.client.user.username,
|
||||
this.client.user.getProperty(UserProps.RealName),
|
||||
],
|
||||
toUserName: [this.client.user.username, this.client.user.realName()],
|
||||
sort: 'modTimestamp',
|
||||
resultType: 'messageList',
|
||||
limit: 1024 * 16, // we want some sort of limit...
|
||||
|
||||
Reference in New Issue
Block a user