From 38eb7cd5f697eff7dba037ed5f48814ccec954c4 Mon Sep 17 00:00:00 2001 From: Eric Eastwood Date: Tue, 23 May 2023 15:07:13 -0500 Subject: Mark todo --- synapse/util/__init__.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/synapse/util/__init__.py b/synapse/util/__init__.py index 9ddd26ccaa..43f04789fe 100644 --- a/synapse/util/__init__.py +++ b/synapse/util/__init__.py @@ -186,6 +186,8 @@ def log_failure( return None +# TODO: Export as metric +# # Version string with git info. Computed here once so that we don't invoke git multiple # times. SYNAPSE_VERSION = get_distribution_version_string("matrix-synapse", __file__) -- cgit 1.5.1