notedeck

One damus client to rule them all
git clone git://jb55.com/notedeck
Log | Files | Refs | README | LICENSE

commit ad37602e0ece646810124c866ea18d368ba3539c
parent 54526a8f55c368cf1055cbd28637f42b8dd91809
Author: William Casarin <jb55@jb55.com>
Date:   Tue, 27 Aug 2024 14:08:37 +0300

Merge 'Fix global.json'

Diffstat:
Mqueries/global.json | 8+++++++-
1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/queries/global.json b/queries/global.json @@ -1 +1,6 @@ -[{"limit": 100, "kinds":[1]}] +{ + "limit": 100, + "kinds": [ + 1 + ] +}+ \ No newline at end of file