]> git.mxchange.org Git - fba.git/commit
Continued:
authorRoland Häder <roland@mxchange.org>
Tue, 13 Jun 2023 20:16:46 +0000 (22:16 +0200)
committerRoland Häder <roland@mxchange.org>
Tue, 13 Jun 2023 20:19:36 +0000 (22:19 +0200)
commit1cdf928ac643b8a36afebe6256b2d6bbb52f43f6
tree29f74ce499c1c1525c8909446ceddfc02deed6f8
parent5195178658189483d6e6ee23911063e5189e1609
Continued:
- re-introduced wrapper function around each column of the "model" `instances`
- marked set_data() as private (now named _set_data())
- these wrappers do NOT invoke instances.update_data(), you have to do this
  from your code
fba/commands.py
fba/fba.py
fba/federation.py
fba/models/instances.py
fba/network.py
fba/networks/friendica.py
fba/networks/lemmy.py
fba/networks/mastodon.py
fba/networks/misskey.py
fba/networks/peertube.py
fba/networks/pleroma.py