ActivityWatch/aw-server-rust

Add `!local` special hostname when creating buckets (for aw-server-python parity)

ErikBjare opened this issue · 1 comments

When writing the release notes for v0.13.0, I noticed that aw-server has this feature which aw-server-rust doesn't.

We should probably start using this in aw-watcher-web (after merging ActivityWatch/aw-watcher-web#103).

Here's how it's implemented in aw-server-python:
https://github.com/ActivityWatch/aw-server/blob/700f2a847be4cf42fa97a63e9713740ed00b45db/aw_server/api.py#L158-L163

Nevermind, seems this was added in #399