mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
minor wording fix in docstring
This commit is contained in:
parent
db2edf5a65
commit
5938928c59
@ -14,8 +14,7 @@
|
|||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
import abc
|
import abcimport os
|
||||||
import os
|
|
||||||
from typing import (
|
from typing import (
|
||||||
TYPE_CHECKING,
|
TYPE_CHECKING,
|
||||||
Any,
|
Any,
|
||||||
@ -216,7 +215,7 @@ class _EventInternalMetadata:
|
|||||||
"""Whether this event is an out-of-band membership.
|
"""Whether this event is an out-of-band membership.
|
||||||
|
|
||||||
OOB memberships are a special case of outlier events: they are membership events
|
OOB memberships are a special case of outlier events: they are membership events
|
||||||
for federated rooms that we aren't full members. Examples include invites
|
for federated rooms that we aren't full members of. Examples include invites
|
||||||
received over federation, and rejections for such invites.
|
received over federation, and rejections for such invites.
|
||||||
|
|
||||||
The concept of an OOB membership is needed because these events need to be
|
The concept of an OOB membership is needed because these events need to be
|
||||||
|
Loading…
Reference in New Issue
Block a user