From 135220e3d3f37b90b00b85c6de1807655f3da055 Mon Sep 17 00:00:00 2001 From: Alfonso Grillo Date: Wed, 10 May 2023 11:54:20 +0200 Subject: [PATCH] Add unstable prefix section --- proposals/4013-poll-history-cache.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/proposals/4013-poll-history-cache.md b/proposals/4013-poll-history-cache.md index 657fbfad..195be237 100644 --- a/proposals/4013-poll-history-cache.md +++ b/proposals/4013-poll-history-cache.md @@ -174,3 +174,7 @@ Potential problems with this approach are: - Users opening a poll need enough power level to send a state event (`m.room.poll_history`) - Conflicts may arise when two users attempt to change the state event at the same time - A malicious user or a bug in a client may accidentally erase the history sending a wrong payload + +# Unstable prefix + +While this MSC is not considered stable, implementations should use `org.matrix.msc4013.*` as a prefix in place of `m.*` for the new state event type.