Page MenuHomePhorge

matrix-sticker-pack-source.cpp
No OneTemporary

Size
510 B
Referenced Files
None
Subscribers
None

matrix-sticker-pack-source.cpp

/*
* This file is part of kazv.
* SPDX-FileCopyrightText: 2024 tusooa <tusooa@kazv.moe>
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
#include <kazv-defs.hpp>
#include "matrix-sticker-pack-source.hpp"
bool operator==(const MatrixStickerPackSource &a, const MatrixStickerPackSource &b)
{
return a.source == b.source
&& b.eventType == b.eventType
&& a.event == b.event;
}
bool operator!=(const MatrixStickerPackSource &a, const MatrixStickerPackSource &b)
{
return !(a == b);
}

File Metadata

Mime Type
text/x-c
Expires
Thu, Oct 2, 4:50 AM (23 h, 37 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
469484
Default Alt Text
matrix-sticker-pack-source.cpp (510 B)

Event Timeline