0
0
Fork 0
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:
Jason Volk 2018-05-31 05:45:08 -07:00
parent 4ef10e9f9e
commit cfa06c7d71
2 changed files with 1 additions and 4 deletions

View file

@ -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 &);

View file

@ -78,6 +78,7 @@ namespace ircd
#include "receipt.h"
#include "txn.h"
#include "hook.h"
#include "visible.h"
struct ircd::m::self::init
{