mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-05-03 15:44:09 +02:00
Compare commits
3 commits
85e34712e9
...
92d78c9f3e
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
92d78c9f3e | ||
|
|
cc2623f8da | ||
|
|
ef010cd408 |
|
|
@ -0,0 +1 @@
|
||||||
|
Clarify the requiredness of `event_id` in `predecessor`.
|
||||||
|
|
@ -43,8 +43,8 @@ They must be explicitly set during the `/upgrade` call.
|
||||||
{{% /boxes/note %}}
|
{{% /boxes/note %}}
|
||||||
|
|
||||||
{{% boxes/note %}}
|
{{% boxes/note %}}
|
||||||
{{% added-in v="1.16" %}} When upgrading to room version 12 or later, the `predecessor` field MAY NOT contain
|
{{% added-in v="1.16" %}} When upgrading to room version 12 or later, the `event_id` property inside
|
||||||
an `event_id`.
|
`predecessor` MAY be omitted.
|
||||||
{{% /boxes/note %}}
|
{{% /boxes/note %}}
|
||||||
|
|
||||||
3. Replicates transferable state events to the new room. The exact
|
3. Replicates transferable state events to the new room. The exact
|
||||||
|
|
|
||||||
|
|
@ -5,8 +5,8 @@ When the value is a float
|
||||||
* First, exponential notation is applied: `5.114698E4` becomes `51146.98`
|
* First, exponential notation is applied: `5.114698E4` becomes `51146.98`
|
||||||
* Second, the value is truncated at the decimal point: `51146.98` becomes `51146`.
|
* Second, the value is truncated at the decimal point: `51146.98` becomes `51146`.
|
||||||
|
|
||||||
Any float greater than or equal to `1e309` must result in the powerlevel event
|
Values outside the range represented by IEE754 binary64 (a "double") cause the
|
||||||
being rejected.
|
powerlevel event to be rejected.
|
||||||
|
|
||||||
For example, this is a valid `m.room.power_levels` event in this room version:
|
For example, this is a valid `m.room.power_levels` event in this room version:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue