mirror of
https://github.com/matrix-construct/construct
synced 2024-12-27 07:54:05 +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 exists(const id::event &);
|
||||||
bool bad(const id::event &, uint64_t &);
|
bool bad(const id::event &, uint64_t &);
|
||||||
bool bad(const id::event &);
|
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.
|
// Depth comparison; expect unstable sorting.
|
||||||
bool operator<(const event &, const event &);
|
bool operator<(const event &, const event &);
|
||||||
|
|
|
@ -78,6 +78,7 @@ namespace ircd
|
||||||
#include "receipt.h"
|
#include "receipt.h"
|
||||||
#include "txn.h"
|
#include "txn.h"
|
||||||
#include "hook.h"
|
#include "hook.h"
|
||||||
|
#include "visible.h"
|
||||||
|
|
||||||
struct ircd::m::self::init
|
struct ircd::m::self::init
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue