Skip to content
This repository has been archived by the owner on Sep 4, 2022. It is now read-only.

Commit

Permalink
fix things
Browse files Browse the repository at this point in the history
  • Loading branch information
arvid220u committed Jul 8, 2022
1 parent 7017ebe commit 6323fdd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion asphr/asphr.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ using std::unordered_set;
// MESSAGE_SIZE is the size of the message in bytes
constexpr size_t MESSAGE_SIZE = 1024;
constexpr size_t MESSAGE_SIZE_BITS = MESSAGE_SIZE * 8;
constexpr size_t ASYNC_FRIEND_REQUEST_SIZE = MESSAGE_SIZE;

// pir_value is the type of the value stored at one index in the database
using pir_value_t = array<byte, MESSAGE_SIZE>;
Expand Down
1 change: 0 additions & 1 deletion schema/daemon.proto
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ message GetMyPublicIDResponse {
2; // en encoding of the public identifier in a nice story format
}


message AddSyncFriendRequest {
string unique_name = 1;
string display_name = 2;
Expand Down

0 comments on commit 6323fdd

Please sign in to comment.