working with links

This commit is contained in:
2023-05-12 12:38:13 -04:00
parent 77e6ed78fd
commit 16f4dc9a76
15 changed files with 64 additions and 78 deletions

View File

@ -23,7 +23,7 @@ namespace BinaryDad.Notes
public async Task SaveNote(string content, string? noteName)
{
noteService.Save(content, noteName);
noteService.SaveText(content, noteName);
// find all other connections except for the current one
var clientConnections = NoteContext.ClientNotes