mirror of
https://github.com/Discreetly/interfaces.git
synced 2026-01-08 20:38:04 -05:00
chore(messageI) room -> roomId to avoid db conflicts
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "discreetly-interfaces",
|
||||
"version": "0.1.20",
|
||||
"version": "0.1.21",
|
||||
"description": "Common interfaces and utilities for discreetly",
|
||||
"author": "AtHeartEngineer",
|
||||
"homepage": "https://github.com/Discreetly",
|
||||
|
||||
@@ -22,7 +22,7 @@ export interface RLNContractI {
|
||||
export interface MessageI {
|
||||
id?: string; // database ID
|
||||
messageId?: string; // internal nullifier as string
|
||||
room?: RLNFullProof['rlnIdentifier'];
|
||||
roomId?: RLNFullProof['rlnIdentifier'];
|
||||
message: string;
|
||||
proof?: RLNFullProof;
|
||||
epoch?: number | bigint;
|
||||
|
||||
Reference in New Issue
Block a user