justinian/hlog

Is there way to log publicly?

burkostya opened this issue · 9 comments

By default all logs are private. Is there option somewhere (hakkalogs API maybe) to make those public?

Hmm. I'm using the webhook integration, which claims it will ignore anything sent to it but the log message. The Hakka Logs FAQ references an API call (/api/logs) to fetch logs, but I haven't found anything about posting them. I'll ask.

You can add "@public" or "@anonymous" or "@Private" to the body of your log and its privacy will be set accordingly.

Just tried.
@smothers So without having "@blahblah" in message i can't set publicity level?
Maybe it should be availiable through API?

@burkostya yes and you're right. It should be available as a parameter in the webhook request payload. I'll update this issue when it's live.

@smothers Awesome, thanks!

The state parameter is now available for Webhooks. See the instructions for more info https://www.hakkalabs.co/logs?integrationstab=show

Perfect. Thanks, @smothers. I'll get that integrated soon.

@burkostya See the new -priv=public option, and/or the default-privacy setting in the config file.

Thanks!