diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/Channel.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Channel.hpp b/include/Channel.hpp index be6e7c7..535cce5 100644 --- a/include/Channel.hpp +++ b/include/Channel.hpp @@ -31,7 +31,7 @@ namespace dchat const std::string& getName() const; const std::vector<User*> getUsers() const; User* getUserByPublicKey(const odhtdb::Signature::PublicKey &publicKey); - std::shared_ptr<odhtdb::Hash> getId(); + const odhtdb::DatabaseNode& getNodeInfo() const; // If timestamp is 0, then timestamp is not used void addLocalMessage(const std::string &msg, User *owner, u64 timestampSeconds = 0); |