mirror of
https://github.com/matrix-construct/construct
synced 2024-12-26 15:33:54 +01:00
fixup! ircd:Ⓜ️ Rework visibility interface for empty mxid's as part of a public test.
This commit is contained in:
parent
4ef10e9f9e
commit
cfa06c7d71
2 changed files with 1 additions and 4 deletions
|
@ -27,10 +27,6 @@ namespace ircd::m
|
|||
bool exists(const id::event &);
|
||||
bool bad(const id::event &, uint64_t &);
|
||||
bool bad(const id::event &);
|
||||
bool visible(const event &, const id::user &);
|
||||
bool visible(const event &, const id::node &);
|
||||
bool visible(const id::event &, const id::user &);
|
||||
bool visible(const id::event &, const id::node &);
|
||||
|
||||
// Depth comparison; expect unstable sorting.
|
||||
bool operator<(const event &, const event &);
|
||||
|
|
|
@ -78,6 +78,7 @@ namespace ircd
|
|||
#include "receipt.h"
|
||||
#include "txn.h"
|
||||
#include "hook.h"
|
||||
#include "visible.h"
|
||||
|
||||
struct ircd::m::self::init
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue