30 days of hot

This commit is contained in:
Kainoa Kanter 2023-04-06 22:51:00 -07:00
parent 51b908e136
commit 67d080fecc
1 changed files with 2 additions and 0 deletions

View File

@ -93,6 +93,8 @@ if (props.src === 'antenna') {
endpoint = 'notes/featured';
query = {
origin: 'combined',
offsetMode: true,
days: 30,
}
connection = stream.useChannel('main');
connection.on('note', prepend);