Skip to content
Snippets Groups Projects
Commit bfd69de4 authored by Benjamin Wenger's avatar Benjamin Wenger
Browse files

fixed a bug in UD remove

parent d57931a7
No related branches found
No related tags found
No related merge requests found
...@@ -35,7 +35,7 @@ func (m *Manager) removeFact(fact fact.Fact, rFC removeFactComms) error { ...@@ -35,7 +35,7 @@ func (m *Manager) removeFact(fact fact.Fact, rFC removeFactComms) error {
// Create our Fact Removal Request message data // Create our Fact Removal Request message data
remFactMsg := mixmessages.FactRemovalRequest{ remFactMsg := mixmessages.FactRemovalRequest{
UID: m.host.GetId().Marshal(), UID: m.storage.GetUser().GetContact().ID.Marshal(),
RemovalData: &mmFact, RemovalData: &mmFact,
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment