openCommunity method

void openCommunity(
  1. Community c
)

Implementation

void openCommunity(Community c) {
  community.value = c;
  loadPosts();
}