parent
39cf80e19f
commit
70a06e30d5
4 changed files with 14 additions and 3 deletions
|
@ -95,7 +95,7 @@ export class AntennaService implements OnApplicationShutdown {
|
|||
this.redisClient.xadd(
|
||||
`antennaTimeline:${antenna.id}`,
|
||||
'MAXLEN', '~', '200',
|
||||
`${this.idService.parse(note.id).date.getTime()}-*`,
|
||||
'*',
|
||||
'note', note.id);
|
||||
|
||||
this.globalEventService.publishAntennaStream(antenna.id, 'note', note);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue