1. Replace [[ https://github.com/CommE2E/comm/blob/5ec0ae67944896a15ba1fac258aa14fd17020a4c/keyserver/src/creators/message-creator.js#L429-L431 | this ]] with this piece of code:
```
if (userDevices.length === 0) {
userDevices = [
{
platform: 'unknown',
deviceToken: 'unknown',
cookieID: 'unknown',
codeVersion: null,
stateVersion: null,
},
];
}
```
2. Add `console.log(notifTexts)` [[ https://github.com/CommE2E/comm/blob/5ec0ae67944896a15ba1fac258aa14fd17020a4c/keyserver/src/push/send.js#L189 | here ]].
3. Create communities