This commit is contained in:
Kainoa Kanter 2023-04-07 16:46:02 -07:00
parent b3c166976c
commit 3149b3a803
1 changed files with 2 additions and 2 deletions

View File

@ -94,8 +94,8 @@ if (props.src === 'antenna') {
query = {
origin: 'combined',
offsetMode: true,
days: 10,
limit: 20,
days: 5,
limit: 10,
}
connection = stream.useChannel('main');
connection.on('note', prepend);