Skip to content

Status message toast

nico requested to merge feature/status-message into future/release-2.0

To try locally:

  1. open your intel-collector.db and run the following sql:
DROP INDEX IF EXISTS events_payload_creation_time_index;
DELETE FROM events;
INSERT INTO events ("received_time", "event_id", "content_type", "content", "dismissing_time")
VALUES (time(), '5678', 'notification', '{"id":"1234","type":"notification","creation_time":"2021-12-09T15:18:25.511463Z","notification":{"severity":"warning","title":"Lightmeter\u2019s new feature - power to the peer-ple","message":"Core development this cycle has focused on building an exciting new peer network system into Lightmeter, which is the foundation for upcoming Lightmeter 2.0 and future mailops automation features. We pre-announced these changes last week \u2014 go ahead and read that if you didn\u2019t already (opens in a new tab).","action":{"link":"https://lightmeter.io","label":"Learn more"}},"blocked_ips":null}', '');
  1. run lmcc on this branch; the status message should appear in the observatory

statusmessage

Edited by nico

Merge request reports