Page MenuHomePhorge

Add purging event support
AcceptedPublic

Authored by tusooa on Wed, Oct 1, 8:37 PM.

Details

Reviewers
nannanko
Group Reviewers
O1: the Kazv Project
Summary

This adds function to purge room events.

Type: add

CCBUG: https://iron.lily-is.land/T165

Test Plan

Verify unit tests pass.

Diff Detail

Repository
rL libkazv
Branch
tusooa/stacked
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 460
Build 903: GitLab CI for libkazv
Build 902: arc lint + arc unit

Event Timeline

tusooa requested review of this revision.Wed, Oct 1, 9:08 PM
nannanko added inline comments.
src/client/room/room-model.hpp
356
src/client/room/room-model.hpp
356

iff is correct. it means if and only if. using if here will make the return condition incomplete because it does not specify what to return when the invariants are not satisfied.

This revision is now accepted and ready to land.Sun, Oct 5, 10:52 PM

Change action to allow purging multiple rooms