mirror of
https://github.com/matrix-construct/construct
synced 2024-11-29 18:22:50 +01:00
modules/client/sync/rooms: Remove unnecessary checkpoint.
This commit is contained in:
parent
425364f13e
commit
fe778e6ae4
1 changed files with 0 additions and 8 deletions
|
@ -99,11 +99,6 @@ ircd::m::sync::_rooms_polylog(data &data,
|
|||
data.membership, membership
|
||||
};
|
||||
|
||||
json::stack::checkpoint checkpoint
|
||||
{
|
||||
*data.out
|
||||
};
|
||||
|
||||
json::stack::object object
|
||||
{
|
||||
*data.out, membership
|
||||
|
@ -139,9 +134,6 @@ ircd::m::sync::_rooms_polylog(data &data,
|
|||
#endif
|
||||
});
|
||||
|
||||
if(!ret)
|
||||
checkpoint.rollback();
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue