From c71d1bd5125470d1182ca89130bf2dfd83fc47ab Mon Sep 17 00:00:00 2001 From: Mohamed Osman Date: Fri, 16 Sep 2022 17:09:40 -0700 Subject: [PATCH] Adding basic version of WhatsApp Status Plugin Summary: This is mainly an RFC version (happy to land it as a seed for a plugin that can be used to debug and/or control status) the plan is to have the following: - One place to track the full life-cycle of status. - Control and visualize playback and state. - Troubleshoot errors and details of a given status (e.g. media links, evets, latencies .. etc). Differential Revision: D38123193 fbshipit-source-id: 49229d604434d575d6aaddc818064598e7ccee92 --- desktop/static/icons.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/desktop/static/icons.json b/desktop/static/icons.json index a3a4fe31d..b883ec8b3 100644 --- a/desktop/static/icons.json +++ b/desktop/static/icons.json @@ -645,5 +645,8 @@ ], "nav-magnifying-glass": [ 16 + ], + "photo-arrows-left-right": [ + 16 ] -} \ No newline at end of file +}